[X2Go-Commits] [python-x2go] 01/01: Windows: Fix compatibility with PulseAudio 3.0 & later (Fixes: #532)

git-admin at x2go.org git-admin at x2go.org
Sat Jul 5 14:54:22 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit 166607d0b5c75b27cb53ce9e2d3f1be38eb72e6e
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Sat Jul 5 08:54:13 2014 -0400

    Windows: Fix compatibility with PulseAudio 3.0 & later (Fixes: #532)
---
 debian/changelog   |    4 ++++
 x2go/pulseaudio.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f63c5e7..f685ff6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -81,6 +81,10 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low
   * python-x2go.spec:
     + Add dependencies: python-requests, python-simplejson.
 
+  [ Mike DePaulo ]
+  * New upstream version (0.5.0.0):
+    - Windows: Fix compatibility with PulseAudio 3.0 & later (Fixes: #532)
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 05 Jan 2014 16:35:57 +0100
 
 python-x2go (0.4.0.10-0x2go1) UNRELEASED; urgency=low
diff --git a/x2go/pulseaudio.py b/x2go/pulseaudio.py
index 5fdcb8f..886e194 100644
--- a/x2go/pulseaudio.py
+++ b/x2go/pulseaudio.py
@@ -99,7 +99,7 @@ class X2GoPulseAudio(threading.Thread):
         cmd_options = [
             '-n',
             '--exit-idle-time=-1',
-            '-L "module-native-protocol-tcp port=4713"',
+            '-L "module-native-protocol-tcp port=4713 auth-cookie=\\\\.pulse-cookie"',
             '-L "module-esound-protocol-tcp port=16001"',
             '-L module-waveout',
         ]

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list