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

X2Go dev team git-admin at x2go.org
Fri Apr 13 13:20:09 CEST 2012


The branch, master has been updated
       via  bcf44041c1161e109109305887351c5ac60152fd (commit)
      from  cd23929d584c1457342d64360e15a4f3bbf1db33 (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 bcf44041c1161e109109305887351c5ac60152fd
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Apr 13 13:20:01 2012 +0200

    set pulseaudio exit-idle-time to -1

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

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 31ed9a9..8ec6b71 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=65535',
+            '--exit-idle-time=-1',
             '-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