The branch, build-main has been updated via a032d0860d55d5d3c856b0f3a0162a33e24c7d30 (commit) from c97fa8e35ba0e695424a9bae62cf1d09cd927991 (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: 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 5127865..eb53984 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... @@ -206,11 +206,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="" @@ -221,7 +216,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).