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

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


The branch, build-baikal has been updated
       via  0eed5dc4376a127d390ecdbca6c07e15166308d3 (commit)
      from  fa7770f32da51e5ffba31f795308554bae9849cb (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/backends/terminal/_stdout.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index af1c98e..2384f40 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -365,7 +365,7 @@ class X2goTerminalSessionSTDOUT(object):
                 ###
                 ### PULSEAUDIO
                 ###
-                if os.path.exists(os.path.normpath(local_path='%s/.pulse-cookie' % _LOCAL_HOME)):
+                if os.path.exists(os.path.normpath('%s/.pulse-cookie' % _LOCAL_HOME)):
                     # setup pulse client config file on X2go server
                     cmd_line = "echo 'default-server=localhost:%s'>%s/.pulse-client.conf;" % (self.session_info.snd_port, self.session_info.remote_container) + \
                                "echo 'cookie-file=%s/.pulse-cookie'>>%s/.pulse-client.conf" % (self.session_info.remote_container, self.session_info.remote_container)


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