The branch, build-main has been updated via e6f2ea27d78d8db29bf7119979cc3913e42b2e6e (commit) from 510a53db403de441a7eb02472380e91f192461fa (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 | 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 2f032db..4adfc8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -133,7 +133,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 eb53984..df6aea1 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).