This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 929ed4f2cedd8357fe02b8b6c7471c75741848c8 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 12 10:30:58 2018 +0100 x2goserver/bin/x2gostartagent: disable Xinerama support by default, more compatible with the old behavior (and python-x2go/PyHoca). --- debian/changelog | 2 ++ x2goserver/bin/x2gostartagent | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 70a1e8f..81469ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -222,6 +222,8 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low variable rename from X2GO_RANDR_XINERAMA to X2GO_XINERAMA with essentially the same semantics. For x2goresume-session, a new parameter is added. + - x2goserver/bin/x2gostartagent: disable Xinerama support by default, + more compatible with the old behavior (and python-x2go/PyHoca). * x2goserver.spec: - Only create session DB in x2goserver's post install script. Do use proper Requires(post) statements to make sure perl-X2Go-Server-DB and diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index d6ecaa3..630d6c0 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -113,7 +113,7 @@ fi "${X2GO_LIB_PATH}/x2gosyslog" "${0}" 'debug' "client announced itself as "'"'"${X2GO_CLIENT}"'"' -typeset -i x2go_randr_xinerama='1' +typeset -i x2go_randr_xinerama='0' # Extending optional parameters isn't trivially possible. # Since we want this script to work with newer X2Go Client -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git