The branch, twofactorauth has been updated via c9357984185ea987a4378fba4c3b5236e440cb4c (commit) from bb675f711f1c336be6959f0a97608c5acfd92f85 (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/backends/terminal/_stdout.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 7c04f4b..bad9996 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ python-x2go (0.1.1.0-0~x2go1) UNRELEASED; urgency=low duplicate sessions in the session registry. - Do not start X2go service tunnels (audio, sshfs) if session startup failed. - Fix NX proxy startup post-check. + - Force 16bit colour depth for RDP-proxy sessions. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 23 Jun 2011 08:34:14 +0200 diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py index 2023cbc..27d3eca 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -286,8 +286,8 @@ class X2goTerminalSessionSTDOUT(object): self.params.kbtype = str(kbtype) self.params.snd_system = str(snd_system) self.params.cmd = str(cmd) - if self.cmd == 'RDP': - self.params.depth = 16 + if self.params.cmd == 'RDP': + self.params.depth = '16' else: self.params.depth = str(depth) 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).