The branch, twofactorauth has been updated via e1654ad4c743a4d3e3748dc4c105c727f984ba4d (commit) from 6a2e21f96071f21a4115c4fcb5035584d70e0c4b (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/defaults.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2go/defaults.py b/x2go/defaults.py index 476cb84..9d5513b 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -220,21 +220,21 @@ if X2GOCLIENT_OS == 'Windows': 'process_name': 'XWin.exe', 'test_installed': os.path.join(os.environ['SystemDrive'], '\\', 'cygwin', 'bin', 'XWin.exe'), 'run_command': os.path.join(os.environ['SystemDrive'], '\\', 'cygwin', 'bin', 'XWin.exe'), - 'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', ], + 'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', '-nounixkill', ], }, 'VcXsrv': { 'display': 'localhost:40', 'process_name': 'vcxsrv.exe', 'test_installed': os.path.join(os.environ['ProgramFiles'], 'VcXsrv', 'vcxsrv.exe'), 'run_command': os.path.join(os.environ['ProgramFiles'], 'VcXsrv', 'vcxsrv.exe'), - 'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', ], + 'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', '-nounixkill', ], }, 'Xming': { 'display': 'localhost:40', 'process_name': 'Xming.exe', 'test_installed': os.path.join(os.environ['ProgramFiles'], 'Xming', 'Xming.exe'), 'run_command': os.path.join(os.environ['ProgramFiles'], 'Xming', 'Xming.exe'), - 'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', ], + 'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', '-nounixkill', ], }, } else: 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).