[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-177-g5b425f7

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:30:58 CET 2014


The branch, build-baikal has been updated
       via  5b425f7235bca1f4c49cc176172e230b63d3296c (commit)
      from  572d145da7979de0dadb5b6f569d03754f67de3a (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 +
 x2go/pulseaudio.py |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 34daac1..f2d9527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -82,6 +82,7 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
       context of published applications.
     - If the SSH proxy connection tries to bind to a used port, detect an
       unused local port and write this port change to the session profile.
+    - Use double-quotes for pulseaudio options.
   * Depend on python-xlib.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sat, 28 Sep 2012 01:44:21 +0100
diff --git a/x2go/pulseaudio.py b/x2go/pulseaudio.py
index 8a90bda..3ae1821 100644
--- a/x2go/pulseaudio.py
+++ b/x2go/pulseaudio.py
@@ -91,8 +91,8 @@ class X2goPulseAudio(threading.Thread):
         cmd = 'pulseaudio.exe'
         cmd_options = [
             '-n',
-            '-L module-native-protocol-tcp port=4713',
-            '-L module-esound-protocol-tcp port=16001',
+            '-L "module-native-protocol-tcp port=4713"',
+            '-L "module-esound-protocol-tcp port=16001"',
             '-L module-waveout',
         ]
         cmd_options = " %s" % " ".join(cmd_options)


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list