[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.1.4-180-g295486c

X2Go dev team git-admin at x2go.org
Thu Apr 12 14:26:46 CEST 2012


The branch, master has been updated
       via  295486c5dd26572b86ae9d383557464ac78d4651 (commit)
      from  556b1fcadde9169b97cf9eb0fe02786bd608891c (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 -----------------------------------------------------------------
commit 295486c5dd26572b86ae9d383557464ac78d4651
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Apr 12 14:26:40 2012 +0200

    fix for last commit

-----------------------------------------------------------------------

Summary of changes:
 x2go/pulseaudio.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/x2go/pulseaudio.py b/x2go/pulseaudio.py
index 95a25a6..31ed9a9 100644
--- a/x2go/pulseaudio.py
+++ b/x2go/pulseaudio.py
@@ -91,7 +91,7 @@ class X2goPulseAudio(threading.Thread):
         cmd = 'pulseaudio.exe'
         cmd_options = [
             '-n',
-            '--exit-idle-time=0',
+            '--exit-idle-time=65535',
             '-L "module-native-protocol-tcp port=4713"',
             '-L "module-esound-protocol-tcp port=16001"',
             '-L module-waveout',


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