The branch, twofactorauth has been updated via 850c0bb591b9fbda5176ef44427c49ee08df5661 (commit) from 085f0382ddfa1d3376c1de9c2d1ec9fcf158c9b9 (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 | 2 ++ x2go/utils.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5e010e5..dfeb1d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ python-x2go (0.1.1.5-0~x2go1) unstable; urgency=low - Handle full path command string appropriately. - Fix for X2goSessionRegistry.forget method, do not complain if session_uuid is already forgotten. + - If sound is set to false in session profile use snd_system='none' in + terminal session. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 19 Jul 2011 20:44:30 +0200 diff --git a/x2go/utils.py b/x2go/utils.py index fb6dac4..2d8eedc 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -216,7 +216,7 @@ def _convert_SessionProfileOptions_2_SessionParams(_options): del _params['fullscreen'] if not _options['sound']: - snd_system = 'none' + _params['snd_system'] = 'none' del _params['sound'] if _options['rootless']: 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).