The branch, twofactorauth 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).