The branch, release/4.0.1.x has been updated via 258bd118ec2ea9652ed8559b7e0556186c4dd500 (commit) from 214bc14b65100bc223042901c96ad2e063891c9c (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/x2goruncommand | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 1557acc..2414b2c 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -206,12 +206,12 @@ then X2GO_SESS_TYPE="R" fi -if [ "$cmd" == "startkde" ]; then - NX_XRANDR_LIBS=/usr/lib/nx/X11/Xrandr - LD_LIBRARY_PATH="$NX_XRANDR_LIBS:$LD_LIBRARY_PATH" - $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "extending LD_LIBRARY_PATH=$LD_LIBRARY_PATH by Xrandr extension" - export LD_LIBRARY_PATH -fi +#if [ "$cmd" == "startkde" ]; then +# NX_XRANDR_LIBS=/usr/lib/nx/X11/Xrandr +# LD_LIBRARY_PATH="$NX_XRANDR_LIBS:$LD_LIBRARY_PATH" +# $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "extending LD_LIBRARY_PATH=$LD_LIBRARY_PATH by Xrandr extension" +# export LD_LIBRARY_PATH +#fi # run x2goserver-extensions for pre-runcommand 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).