The branch, release/4.0.0.x has been updated via bb53cc7514668c05673040ad1ac1dd36683bf8c7 (commit) from ce2dadab56420e9d5563e19564b04699cd7e9615 (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 ----------------------------------------------------------------- commit bb53cc7514668c05673040ad1ac1dd36683bf8c7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Sep 25 12:23:37 2013 +0200 Work around buggy X2Go Client on Mac OS. If the keyboard type is set to "query", we force X2GO_SET_KBD to 1. (Partly resolves: #112). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 9 +++++++++ x2goserver/bin/x2gostartagent | 5 +++++ 2 files changed, 14 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 4f7fddf..9e5a9af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +x2goserver (4.0.0.6-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (4.0.0.6): + - Work around buggy X2Go Client on Mac OS. If the keyboard type + is set to "query", we force X2GO_SET_KBD to 1. + (Partly resolves: #112). + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 25 Sep 2013 12:19:16 +0200 + x2goserver (4.0.0.5-0~x2go1) unstable; urgency=low * New upstream version (4.0.0.5): diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index e137368..932c051 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -55,6 +55,11 @@ X2GO_CMD="$1"; shift X2GO_RESIZE=0 X2GO_FULLSCREEN=0 +# Mac OS keyboard issue workaround: for old/broken clients that used to call type=query and usekbd=0... +if [ "$X2GO_KBD_TYPE" = "query" ]; then + X2GO_SET_KBD=1 +fi + XAUTHORITY=${XAUTHORITY:-"$HOME/.Xauthority"} if [ "$X2GO_STYPE" == "S" ]; then hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).