[X2Go-Commits] [x2goserver] 02/05: follow-up commit for 90cd1a0

git-admin at x2go.org git-admin at x2go.org
Fri Feb 21 14:21:31 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/4.0.0.x
in repository x2goserver.

commit 79a81170c113793e8a5e23e090172a3a9fb276f4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 22 21:41:35 2013 +0100

    follow-up commit for 90cd1a0
---
 x2goserver/bin/x2gostartagent |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent
index db43d7d..f0895fa 100755
--- a/x2goserver/bin/x2gostartagent
+++ b/x2goserver/bin/x2gostartagent
@@ -52,7 +52,7 @@ X2GO_KBD_TYPE="$1"; shift
 X2GO_SET_KBD="$1"; shift
 X2GO_STYPE="$1"; shift
 X2GO_CMD="$1"; shift
-X2GO_RESIZE=0
+X2GO_RESIZE=1
 X2GO_FULLSCREEN=0
 
 XAUTHORITY=${XAUTHORITY:-"$HOME/.Xauthority"}
@@ -188,11 +188,6 @@ while [ "$GR_PORT" == "" ] || [ "$SOUND_PORT" == "" ] || [ "$FS_PORT" == "" ]; d
 	fi
 done
 
-# rootless sessions require to be resizable
-if [ "$SESSION_TYPE" == "R" ]; then
-	X2GO_RESIZE=1
-fi
-
 # rootless sessions of geometry fullscreen are invalid
 if [ "$X2GO_GEOMETRY" == "fullscreen" ] && [ "$SESSION_TYPE" == "R" ]; then
 	X2GO_GEOMETRY=""
@@ -203,7 +198,6 @@ if [ "$X2GO_GEOMETRY" == "" ] && [ "$SESSION_TYPE" == "D" ]; then
 	X2GO_GEOMETRY="fullscreen"
 fi
 if [ "$X2GO_GEOMETRY" == "fullscreen" ]; then
-	X2GO_RESIZE=1
 	X2GO_FULLSCREEN=1
 fi
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git



More information about the x2go-commits mailing list