The branch, master has been updated via 913e110f68d9020b26b7b1169fe537b3cdae0d2f (commit) from 7f78bd30196a25001cb6b1b15fd28c861f8709fb (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 ----------------------------------------------------------------- commit 913e110f68d9020b26b7b1169fe537b3cdae0d2f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 22 21:41:35 2013 +0100 follow-up commit for 8d72da3 ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2gostartagent | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index 528db6f..de7e90f 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -57,7 +57,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 # Mac OS keyboard issue workaround: for old/broken clients that used to call type=query and usekbd=0... @@ -217,11 +217,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="" @@ -232,7 +227,6 @@ if [ "$X2GO_GEOMETRY" == "" ] && [ "$SESSION_TYPE" == "D" ]; then X2GO_GEOMETRY="fullscreen" fi if [ "$X2GO_GEOMETRY" == "fullscreen" ]; then - X2GO_RESIZE=1 X2GO_FULLSCREEN=1 fi 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).