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

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


The branch, build-baikal has been updated
       via  a6607d943ec3578c5f7b37ceffe560c9bc53eb7d (commit)
      from  ffdec7fed591a5f36c581e7dac247438e84cc475 (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:
 x2go/cleanup.py |    8 ++++++++
 1 file changed, 8 insertions(+)

The diff of changes is:
diff --git a/x2go/cleanup.py b/x2go/cleanup.py
index 6894847..07ed47d 100644
--- a/x2go/cleanup.py
+++ b/x2go/cleanup.py
@@ -85,5 +85,13 @@ def x2go_cleanup(e=None, threads=None):
                 gevent.sleep(1)
                 del t
 
+    # on Windows: stop the PulseAudio daemon that we evoked
+    if _X2GOCLIENT_OS == 'Windows':
+        for t in threads:
+            if type(t) == pulseaudio.X2goPulseAudio:
+                t.stop_thread()
+                gevent.sleep(1)
+                del t
+
     if e is not None:
         raise e


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