The branch, twofactorauth has been updated via f60c4d39335fd135c16ab66803340b3b1ae7be34 (commit) from 8c8e216f3e29879791955e46d415348cea4944e1 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/defaults.py | 1 + 2 files changed, 2 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b7f2eef..96b9198 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-x2go (0.2.0.10-0~x2go1) UNRELEASED; urgency=low - 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 85432fa..a9562bf 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -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).