The branch, master has been updated via f60c4d39335fd135c16ab66803340b3b1ae7be34 (commit) via 8c8e216f3e29879791955e46d415348cea4944e1 (commit) from bcd2472dcb7607546a1f801cf862661b50f0cad2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f60c4d39335fd135c16ab66803340b3b1ae7be34 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 14 09:11:38 2012 +0200 Make Python X2Go aware of DirectRDP settings in session profiles. commit 8c8e216f3e29879791955e46d415348cea4944e1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 14 09:09:19 2012 +0200 Indentation fix in defaults.py. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2go/defaults.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2031bbb..96b9198 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ python-x2go (0.2.0.10-0~x2go1) UNRELEASED; urgency=low * New upstream version (0.2.0.10): - Use session type 'D' for X2Go-proxied RDP session when run in fullscreen mode. Fixes upstream issue #27. + - Indentation fix in defaults.py. + - Make Python X2Go aware of DirectRDP settings in session profiles. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 17 Aug 2012 18:29:04 +0200 diff --git a/x2go/defaults.py b/x2go/defaults.py index 350a288..a9562bf 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -41,7 +41,7 @@ if X2GOCLIENT_OS != 'Windows': try: X_DISPLAY = Xlib.display.Display() except Xlib.error.DisplayNameError: - X_DISPLAY = None + X_DISPLAY = None except Xlib.error.DisplayConnectionError: X_DISPLAY = None @@ -305,6 +305,7 @@ X2GO_SESSIONPROFILE_DEFAULTS = { 'name': 'NEW_PROFILE', 'icon': ':icons/128x128/x2gosession.png', 'host': '', 'user': CURRENT_LOCAL_USER, 'key': '', 'sshport': 22, 'krblogin': False, 'rootless': True, 'applications': X2GO_GENERIC_APPLICATIONS, 'command':'TERMINAL', 'published': False, + 'directrdp': False, 'directrdpsettings': '', 'rdpclient': 'rdesktop', 'rdpport': 3389, 'rdpoptions': '-u X2GO_USER -p X2GO_PASSWORD', 'rdpserver': '', 'print': False, 'xdmcpserver': 'localhost', hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).