The branch, twofactorauth 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).