[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: ba8aaead73f6dae6a33744cedb667de6f2b0910b
X2Go dev team
git-admin at x2go.org
Tue Jan 7 16:19:28 CET 2014
The branch, brokerclient has been updated
via ba8aaead73f6dae6a33744cedb667de6f2b0910b (commit)
from 7f0b0798d5a8b00c80ccf84811dd9e09d1473d67 (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/proxy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2go/proxy.py b/x2go/proxy.py
index c5b58f9..b81dd2c 100644
--- a/x2go/proxy.py
+++ b/x2go/proxy.py
@@ -171,7 +171,7 @@ class X2goProxy(threading.Thread):
options = open(_options_filename, 'w')
options.write(','.join(self.PROXY_OPTIONS))
options.close()
- self.PROXY_OPTIONS= [ 'nx/nx', 'options=%s' % os.path.join(self.session_info.name, 'options'), ]
+ self.PROXY_OPTIONS= [ 'nx/nx', 'options=%s' % os.path.join('..', "S-%s" % self.session_info.name, 'options'), ]
cmd_line = [ self.PROXY_CMD, ]
cmd_line.append(self.PROXY_MODE)
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