The branch, release/4.0.1.x has been updated via 1590476de31766028725fa1272dfcc50b7d1305e (commit) from 22ede8d3f939d849856feeaad0e777738fbeea9b (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 | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 740b935..8b012bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ x2goserver (3.1.1.4-0~x2go1) UNRELEASED; urgency=low - Wrap padsp around rdesktop calls if pulse is used as audio protocol. - Add option ,,-r sound:local'' to rdesktop calls if pulse is enabled. - 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). * /debian/control: + Fix x2goagent dependency. + Add rdesktop and pulseaudio-utils to Suggests. diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 7be8039..91621e0 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -53,8 +53,11 @@ export QT_GRAPHICSSYSTEM=native IMEXIT="false" NX_XINERAMA_LIBS=/usr/lib/nx/X11/Xinerama +NX_XRANDR_LIBS=/usr/lib/nx/X11/Xrandr NX_LIBS=/usr/lib/nx/X11 -test -n "$LD_LIBRARY_PATH" && LD_LIBRARY_PATH=$NX_XINERAMA_LIBS:$NX_LIBS:$LD_LIBRARY_PATH || LD_LIBRARY_PATH="$NX_XINERAMA_LIBS:$NX_LIBS" +test -n "$LD_LIBRARY_PATH" && \ + LD_LIBRARY_PATH="$NX_XINERAMA_LIBS:$NX_XRANDR_LIBS:$NX_LIBS:$LD_LIBRARY_PATH" || \ + LD_LIBRARY_PATH="$NX_XINERAMA_LIBS:$NX_XRANDR_LIBS:$NX_LIBS" $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "exporting LD_LIBRARY_PATH=$LD_LIBRARY_PATH" export LD_LIBRARY_PATH 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).