The branch, master has been updated via 26bbdf53e05f962c4155b3f3e1bd6340fc947372 (commit) from 413ba95401f8c40914d2e69b8305553d5954184a (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 26bbdf53e05f962c4155b3f3e1bd6340fc947372 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 e63d305..8c30fb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -198,7 +198,8 @@ x2goserver (4.0.1.0-0~x2go1) unstable; urgency=low 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 de7e90f..7268d46 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -60,11 +60,6 @@ X2GO_CMD="$1"; shift X2GO_RESIZE=1 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).