The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 40195dceb565e2406c52758bdc2bf338e470025d (commit) from e1417cb00d29a6e17d28fd47b2eda1e4bec478ec (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: pyhoca-gui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/pyhoca-gui b/pyhoca-gui index aa971ef..32e8206 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -211,9 +211,9 @@ def parseargs(): if a.display: os.environ.update({'DISPLAY': a.display}) else: - if not a.start_xserver: + if _X2GOCLIENT_OS == 'Windows' and not a.start_xserver: os.environ.update({'DISPLAY': 'localhost:0'}) - + return a, logger, liblogger def main(): hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).