The branch, release/4.0.1.x has been updated via 452498574b305425ec8a2e81b82ea86e4c5f67d4 (commit) from 2b68ff4432efb0f7058da0e4c8c3f2dfb446d459 (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 | 1 + x2goserver/bin/x2goruncommand | 3 +++ 2 files changed, 4 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 50a2f5a..462dee4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x2goserver (3.1.1.4-0~x2go1) UNRELEASED; urgency=low - Fix x2gosessionlimit script. - 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. * /debian/control: + Fix x2goagent dependency. + Add rdesktop and pulseaudio-utils to Suggests. diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 93e731f..b6ccf9b 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -189,6 +189,9 @@ then EXEC_WRAPPER="padsp" args=" -r sound:local" } + test -d "$HOME/media" && { + args+=" -r disk:X2GoMedia=$HOME/media" + } fi if [ "$X2GO_SESS_TYPE" == "P" ] 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).