The branch, release/4.0.0.x has been updated via 97f23415545d4fb948db44162632174c2c1a5302 (commit) from cdf5bb61ae498b68b84bd4dd35e0abe4f85729f4 (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 97f23415545d4fb948db44162632174c2c1a5302 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 28 15:56:40 2013 +0100 Revert keyboard workaround for Mac OS X, as it causes other issues. (Fixes: #348). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++- x2goserver/bin/x2gostartagent | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 44f2d36..c5005ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ x2goserver (4.0.0.7-0~x2go1) UNRELEASED; urgency=low * New upstream version (4.0.0.7): - - Continue development for LTS branch... + - Revert keyboard workaround for Mac OS X, as it causes other issues. + (Fixes: #348). * debian/source/format: + Switch to format 1.0. diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index 932c051..e137368 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -55,11 +55,6 @@ 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).