This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 9cb7beb x2goserver/bin/x2go{startagent,resume-ression}: instead of disabling RANDR Xinerama if no xinerama support has been requested, switch to modifying the xinerama nx/nx option. new 929ed4f x2goserver/bin/x2gostartagent: disable Xinerama support by default, more compatible with the old behavior (and python-x2go/PyHoca). new de57e33 x2goserver/bin/x2go{resume-session,runcommand}: drop obsolete and now-unused NX_XINERAMA_CONF variable. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 ++++ x2goserver/bin/x2goresume-session | 6 ------ x2goserver/bin/x2goruncommand | 3 --- x2goserver/bin/x2gostartagent | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit de57e3315f97098083325f16fd39341c322c2f7c Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 12 10:33:03 2018 +0100 x2goserver/bin/x2go{resume-session,runcommand}: drop obsolete and now-unused NX_XINERAMA_CONF variable. --- debian/changelog | 2 ++ x2goserver/bin/x2goresume-session | 6 ------ x2goserver/bin/x2goruncommand | 3 --- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 81469ab..20b9474 100644 --- a/debian/changelog +++ b/debian/changelog @@ -224,6 +224,8 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low is added. - x2goserver/bin/x2gostartagent: disable Xinerama support by default, more compatible with the old behavior (and python-x2go/PyHoca). + - x2goserver/bin/x2go{resume-session,runcommand}: drop obsolete and + now-unused NX_XINERAMA_CONF variable. * 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/x2goresume-session b/x2goserver/bin/x2goresume-session index f3aec12..9adbc11 100755 --- a/x2goserver/bin/x2goresume-session +++ b/x2goserver/bin/x2goresume-session @@ -123,12 +123,6 @@ done "${X2GO_LIB_PATH}/x2gormforward" "${SESSION_NAME}" - -NX_XINERAMA_CONF="${X2GO_ROOT}/C-${SESSION_NAME}/xinerama.conf" -if [[ -e "${NX_XINERAMA_CONF}" ]]; then - rm -- "${NX_XINERAMA_CONF}" -fi - "${X2GO_LIB_PATH}/x2gosyslog" "${0}" 'info' "$(basename "${0}") called with options: ${*}" X2GO_TELEKINESIS_ENABLED="$(perl -e 'use X2Go::Config qw( get_config ); use X2Go::Utils qw( is_true ); my $Config= get_config(); print is_true($Config->param("telekinesis.enable"));')" diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 676b0cf..1e78808 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -49,9 +49,6 @@ X2GO_ROOT="${HOME}/.x2go" MESSAGE_FILE="$X2GO_ROOT/C-$X2GO_SESSION/cmdoutput" echo "exec $cmd" >> "$MESSAGE_FILE" -NX_XINERAMA_CONF="$X2GO_ROOT/C-$X2GO_SESSION/xinerama.conf" -export NX_XINERAMA_CONF - # make Kerberos's ticket cache known inside the X2Go session test -n $KRB5CCNAME && export KRB5CCNAME -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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