This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 05875b1 raise prio level for x2gothinclient-minidestkop_background.svg new 59a6f65 Enable native-protocol-tcp module in pulseaudio on every X2Go Client launch. Allow access from local host only, require auth cookie. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ .../share/etc/x2gothinclient-minidesktop_start | 3 +++ 2 files changed, 5 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 59a6f6544e52f664cd32c8ca0ed8ed6a8cceb835 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Sep 1 14:57:54 2014 +0200 Enable native-protocol-tcp module in pulseaudio on every X2Go Client launch. Allow access from local host only, require auth cookie. --- debian/changelog | 2 ++ .../share/etc/x2gothinclient-minidesktop_start | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index cf97f36..dcc15aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,8 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low . Enable usbmounts and smartcard rules for minidestop TCE flavour. . Enforce TCE session restart after logout. . Provide Web browser shortcut in the MATE panel. + . Enable native-protocol-tcp module in pulseaudio on every X2Go Client + launch. Allow access from local host only, require auth cookie. - Adapt management package to TCE flavouring. Add new configuration option in x2gothinclient_settings: TC_FLAVOUR (can be: minidesktop or displaymanager). diff --git a/management/share/etc/x2gothinclient-minidesktop_start b/management/share/etc/x2gothinclient-minidesktop_start index d746b98..915798d 100755 --- a/management/share/etc/x2gothinclient-minidesktop_start +++ b/management/share/etc/x2gothinclient-minidesktop_start @@ -20,6 +20,9 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# make sure pulseaudio can be reached via TCP from the X2Go Server side... +/usr/bin/pactl load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;::1 + /usr/lib/x2go/x2goclient --no-menu \ --maximize \ --link=lan \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git