[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-179-g556b1fc

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:57:23 CEST 2013


The branch, twofactorauth has been updated
       via  556b1fcadde9169b97cf9eb0fe02786bd608891c (commit)
      from  2b4f8d4b2707295cce434da9e83fd8ef5398ccb9 (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 |    1 +
 2 files changed, 2 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 6d4259f..9cb36b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -84,6 +84,7 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
       unused local port and write this port change to the session profile.
     - Use double-quotes for pulseaudio options.
     - Export X2GO_SESSION and PULSE_CLIENTCONFIG to published applications.
+    - When starting pulseaudio on Windows use --exit-idle-time=0.
   * 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 3ae1821..95a25a6 100644
--- a/x2go/pulseaudio.py
+++ b/x2go/pulseaudio.py
@@ -91,6 +91,7 @@ class X2goPulseAudio(threading.Thread):
         cmd = 'pulseaudio.exe'
         cmd_options = [
             '-n',
+            '--exit-idle-time=0',
             '-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