The branch, master has been updated via c735e6ab02c50b7029b700179a62373f7f406a29 (commit) from a72c2d2bee99d4676e0029b006285f69035ceaf7 (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 ----------------------------------------------------------------- commit c735e6ab02c50b7029b700179a62373f7f406a29 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 23:15:48 2013 +0200 use VcXsrv-1.14.2.0 when run in development mode ----------------------------------------------------------------------- Summary of changes: x2go/defaults.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/defaults.py b/x2go/defaults.py index 92b0906..234b63c 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -271,8 +271,8 @@ if X2GOCLIENT_OS == 'Windows': 'display': 'localhost:40', 'last_display': 'localhost:40', 'process_name': 'vcxsrv.exe', - 'test_installed': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.12.0.1', 'vcxsrv.exe'), - 'run_command': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.12.0.1', 'vcxsrv.exe'), + 'test_installed': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.14.2.0', 'vcxsrv.exe'), + 'run_command': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.14.2.0', 'vcxsrv.exe'), 'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', '-nounixkill', '-swcursor', ], }, 'Xming': { 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).