The branch, twofactorauth has been updated via c1e20ef02f7c157d20ef997b2bedc12587036128 (commit) from 6bdd1a0fc23e939ca7dbd05fa4e516c9328ba7f2 (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/session.py | 2 +- x2go/utils.py | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index ed3fc55..2c4b02f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ python-x2go (0.1.1.9-0-x2go1) UNRELEASED; urgency=low - Add support for session window title renaming from client-side. - Introduce additional session profile parameter: setsessiontitle. - Fix for list processing in INI files. + - Make terminal backend ,,applications'' aware. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 12 Oct 2011 10:54:23 +0200 diff --git a/x2go/session.py b/x2go/session.py index 22fcafd..fbd4cbd 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -63,7 +63,7 @@ _X2GO_SESSION_PARAMS = ('geometry', 'depth', 'link', 'pack', 'cache_type', 'kblayout', 'kbtype', 'session_type', 'snd_system', 'snd_port', 'cmd', 'set_session_title', 'session_title', - 'rdp_server', 'rdp_options', + 'rdp_server', 'rdp_options', 'applications', 'xdmcp_server', 'rootdir', 'loglevel', 'profile_name', 'profile_id', 'print_action', 'print_action_args', diff --git a/x2go/utils.py b/x2go/utils.py index d8109b5..ab23c19 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -256,7 +256,6 @@ def _convert_SessionProfileOptions_2_SessionParams(_options): 'soundtunnel', 'defsndport', 'icon', - 'applications', 'autostart', ] for i in _ignored_options: 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).