[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 470ed73f6a52bf47c4697eeaac645eee8264f865

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:29 CEST 2013


The branch, twofactorauth has been updated
       via  470ed73f6a52bf47c4697eeaac645eee8264f865 (commit)
      from  f3e977b8422e29d242f00f6aee2a99e42eb3ba18 (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, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/proxy/nx3.py b/x2go/backends/proxy/nx3.py
index a6b73a3..a2a333b 100644
--- a/x2go/backends/proxy/nx3.py
+++ b/x2go/backends/proxy/nx3.py
@@ -58,7 +58,8 @@ 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("x2goclient/nxproxy.exe"))
+            self.PROXY_CMD = os.path.join(os.environ["ProgramFiles"], os.path.normpath("NX Client for Windows/bin/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