The branch, build-baikal has been updated via e527c1bf683bb3cbb0ca66c9d4e09ac92f52e85d (commit) from 3fc4866962efd286c7917d7cd34b8eb25bda0fe1 (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 | 6 ------ 1 file changed, 6 deletions(-) The diff of changes is: diff --git a/x2go/backends/proxy/_nx3.py b/x2go/backends/proxy/_nx3.py index c5bd842..1d48649 100644 --- a/x2go/backends/proxy/_nx3.py +++ b/x2go/backends/proxy/_nx3.py @@ -81,7 +81,6 @@ class X2goProxyNX3(base.X2goProxyBASE): "composite=1", "connect=localhost", "clipboard=1", - "menu=0", "cookie=%s" % self.session_info.cookie, "port=%d" % self.session_info.graphics_port, "errors=%s" % os.path.join(".", "..", "S-%s" % self.session_info.name, self.session_log, ), @@ -93,7 +92,6 @@ class X2goProxyNX3(base.X2goProxyBASE): "composite=1", "connect=localhost", "clipboard=1", - "menu=0", "cookie=%s" % self.session_info.cookie, "port=%d" % self.session_info.graphics_port, "errors=%s" % os.path.join(self.session_info.local_container, self.session_log, ), @@ -134,7 +132,3 @@ class X2goProxyNX3(base.X2goProxyBASE): self.logger('Bringing up NX3 proxy failed.', loglevel=log.loglevel_ERROR) return p - - - -# 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).