This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from fc1dda1 debian/control: add myself as uploader. new 75211b6 x2gothinclientd: load config file when starting PulseAudio. Fixes: 1092. 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 | 3 +++ displaymanager/sbin/x2gothinclientd | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gothinclient.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 75211b6e724bd896d85d915c754703cabcf37187 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Oct 13 16:35:54 2016 +0200 x2gothinclientd: load config file when starting PulseAudio. Fixes: 1092. --- debian/changelog | 3 +++ displaymanager/sbin/x2gothinclientd | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0f84002..68a0aba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -106,6 +106,9 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - Uploaders: add myself. Also, force a rebuild due to the changed versioning. + [ Oleksandr Shneyder ] + * x2gothinclientd: load config file when starting PulseAudio. Fixes: 1092. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Feb 2014 12:03:00 +0100 x2gothinclient (1.1.0.2-0x2go1) unstable; urgency=low diff --git a/displaymanager/sbin/x2gothinclientd b/displaymanager/sbin/x2gothinclientd index 6897d42..af30d1e 100755 --- a/displaymanager/sbin/x2gothinclientd +++ b/displaymanager/sbin/x2gothinclientd @@ -181,9 +181,9 @@ elsif ($pid == 0 ) # test if pulseaudio is running, if not launch it... if ( !check_pulse() ) { - system("su - x2gothinclient -c \"DISPLAY=:0 pulseaudio -D -n \\ + system("su - x2gothinclient -c \"DISPLAY=:0 pulseaudio -D \\ -L 'module-native-protocol-tcp port=4713' \\ - -L 'module-udev-detect' --exit-idle-time=65535\""); + --exit-idle-time=65535\""); } # test if x2goclient is running, if not launch it... -- Alioth's /srv/git/code.x2go.org/x2gothinclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git