[X2Go-Commits] x2goserver.git - build-main (branch) updated: 4.0.1.6-10-ga7d331d
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:18:37 CET 2013
The branch, build-main has been updated
via a7d331d0fc0e2e1814a081d434fad5d5d1d6511a (commit)
from 91230bdaf3133ede8cd23612d4e6593b2c5a98cf (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 | 9 +++++++++
x2goserver/bin/x2gostartagent | 5 +++++
2 files changed, 14 insertions(+)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 67d32e5..46354a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -98,6 +98,15 @@ x2goserver (4.0.1.0-0~x2go1) unstable; urgency=low
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Fri, 07 Jun 2013 23:07:40 +0200
+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 at 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 c02b7b9..66b5e5e 100755
--- a/x2goserver/bin/x2gostartagent
+++ b/x2goserver/bin/x2gostartagent
@@ -60,6 +60,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).
More information about the x2go-commits
mailing list