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

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


The branch, release/0.4.0.x has been updated
       via  86e65d4411b7b259f6fe3fe1008355ae85234b6d (commit)
      from  470ed73f6a52bf47c4697eeaac645eee8264f865 (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 |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/proxy/nx3.py b/x2go/backends/proxy/nx3.py
index a2a333b..a6b73a3 100644
--- a/x2go/backends/proxy/nx3.py
+++ b/x2go/backends/proxy/nx3.py
@@ -58,8 +58,7 @@ class X2goProxyNX3(base.X2goProxyBASE):
 
         # setting some default environment variables, nxproxy paths etc.
         if _X2GOCLIENT_OS == "Windows":
-            #self.PROXY_CMD = os.path.join(os.environ["ProgramFiles"], os.path.normpath("x2goclient/nxproxy.exe"))
-            self.PROXY_CMD = os.path.join(os.environ["ProgramFiles"], os.path.normpath("NX Client for Windows/bin/nxproxy.exe"))
+            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({


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