The branch, twofactorauth has been updated via d4095d054832e22f774858f26c503e5cf9934b67 (commit) from 5164340eef38804b80c55d4ea075260904ce9ab9 (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, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/backends/proxy/nx3.py b/x2go/backends/proxy/nx3.py index a6b73a3..2547d13 100644 --- a/x2go/backends/proxy/nx3.py +++ b/x2go/backends/proxy/nx3.py @@ -61,8 +61,10 @@ 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).