[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.2.0.9-9-gaa9d494

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:27:14 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    1 +
 x2go/utils.py    |    4 ++++
 2 files changed, 5 insertions(+)

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 at 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).




More information about the x2go-commits mailing list