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.shney...@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.gabr...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to