11 Dec 2012 13:52
x2goserver.git - master (branch) updated: 3.1.1.3-103-g4110b7c
The branch, master has been updated
via 4110b7c3d0b6888022e17799856f59e0c99684f5 (commit)
from 88389bf045c33d96260ce5b1c6af92ff5d858e8f (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 4110b7c3d0b6888022e17799856f59e0c99684f5
Author: Reinhard Tartler <siretart@...>
Date: Tue Dec 11 13:51:03 2012 +0100
do not inject the broken NX_libxrandr for kde sessions either
I am not abe to reproduce the problem with an updated Kubuntu raring
VM. If someone is, please provide a *complete* backtrace with all
debugging symbols included.
-----------------------------------------------------------------------
Summary of changes:
x2goserver/bin/x2goruncommand | 8 --------
1 file changed, 8 deletions(-)
The diff of changes is:
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index d8d24da..cad9dd2 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
<at> <at> -206,14 +206,6 <at> <at> 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
-
-
# run x2goserver-extensions for pre-runcommand
x2gofeature X2GO_RUN_EXTENSIONS &>/dev/null && x2goserver-run-extensions "$X2GO_SESSION"
pre-runcommand || true
hooks/post-receive
RSS Feed