[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 638391e5f2d77f219fbd76f57f0703a5ab0c6a8d

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:16:02 CET 2014


The branch, release/0.4.0.x has been updated
       via  638391e5f2d77f219fbd76f57f0703a5ab0c6a8d (commit)
      from  d4095d054832e22f774858f26c503e5cf9934b67 (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/proxy/nx3.py |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/proxy/nx3.py b/x2go/backends/proxy/nx3.py
index 2547d13..a6b73a3 100644
--- a/x2go/backends/proxy/nx3.py
+++ b/x2go/backends/proxy/nx3.py
@@ -61,10 +61,8 @@ class X2goProxyNX3(base.X2goProxyBASE):
             self.PROXY_CMD = os.path.join(os.environ["ProgramFiles"], os.path.normpath("x2goclient/nxproxy.exe"))
         else:
             self.PROXY_CMD = "/usr/bin/nxproxy"
-            self.PROXY_ENV.update({
-                "NX_CLIENT": "/bin/true",
-            })
         self.PROXY_ENV.update({
+            "NX_CLIENT": "/bin/true",
             "NX_ROOT": os.path.join(_LOCAL_HOME, _X2GO_SESSION_ROOTDIR)
         })
         self.PROXY_MODE = '-S'


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