The branch, release/4.0.1.x has been updated via 0b3c71ca7b6e3681a2ade80346621b22ffa7f255 (commit) from 98512000e2b0208849d93b97f0e9a216f0c18c28 (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: debian/changelog | 2 ++ x2goserver/bin/x2goruncommand | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 72c8458..1a33679 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ x2goserver (3.1.1.4-0~x2go1) UNRELEASED; urgency=low - Proxy X2Go client-side shares into remote desktop session. - For applications inside of a session, use NX's Xrandr library instead of Xorg's Xrandr library (partially closes #28). + - Make sure when launching desktop session through the Xsession mechanism + that the LD_LIBRARY_PATH variable stays intact. Closes #29. * /debian/control: + Fix x2goagent dependency. + Add rdesktop and pulseaudio-utils to Suggests. diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 91621e0..f5eb7aa 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -216,7 +216,7 @@ if [ "$EXEC" != "" ] && [ -x $EXEC ]; then x2gofeature X2GO_XSESSION &>/dev/null && [ "x$X2GO_SESS_TYPE" = "xD" ] && { STARTUP="$cmd$args" $X2GO_LIB_PATH/x2gosyslog "$0" "notice" "launching session with Xsession-x2go mechanism, using STARTUP=\"$STARTUP\"" - STARTUP="$STARTUP" /etc/x2go/Xsession + STARTUP="/usr/bin/env LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ${STARTUP}" /etc/x2go/Xsession } || { $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "executing command \"$cmd$args\"..." $EXEC_WRAPPER $cmd$args 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).