The branch, master has been updated via aa9d494e669606926afaa0e7fbf78769596a771d (commit) from f60c4d39335fd135c16ab66803340b3b1ae7be34 (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 aa9d494e669606926afaa0e7fbf78769596a771d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 14 09:14:04 2012 +0200 Ignore DirectRDP options in session profile config for now. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/utils.py | 4 ++++ 2 files changed, 5 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 96b9198..05cb804 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ python-x2go (0.2.0.10-0~x2go1) UNRELEASED; urgency=low fullscreen mode. Fixes upstream issue #27. - Indentation fix in defaults.py. - Make Python X2Go aware of DirectRDP settings in session profiles. + - Ignore DirectRDP options in session profile config for now. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 17 Aug 2012 18:29:04 +0200 diff --git a/x2go/utils.py b/x2go/utils.py index bae73a1..3f264bc 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -315,6 +315,10 @@ def _convert_SessionProfileOptions_2_SessionParams(options): 'xinerama', 'multidisp', 'krblogin', + 'directrdp', + 'directrdpsettings', + 'rdpclient', + 'rdpport', ] for i in _ignored_options: del _params[i] 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).