[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-126-g8d90554

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:57:16 CEST 2013


The branch, twofactorauth has been updated
       via  8d90554cf0190a23569d52c31aee3c8811d1bcc2 (commit)
      from  ec470470fb63f0451023d613943f3fbc86daeb63 (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    |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 7e7aaa6..d3f9768 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
     - Run print actions in background (gevent.spawn).
     - Run MIME box actions in background (gevent.spawn).
     - Amend list of default session options.
+    - Update list of unsupported session options.
   * Depend on python-xlib.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sat, 28 Sep 2012 01:44:21 +0100
diff --git a/x2go/utils.py b/x2go/utils.py
index 15a544d..8bec574 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -252,14 +252,17 @@ def _convert_SessionProfileOptions_2_SessionParams(_options):
 
     # currently known but ignored in Python X2go
     _ignored_options = [
+            'autostart',
+            'autologin',
             'dpi',
             'setdpi',
             'startsoundsystem',
             'soundtunnel',
             'defsndport',
             'icon',
-            'autostart',
             'xinerama',
+            'multidisp',
+            'krblogin',
     ]
     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