[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 94a1c67fd23e14bdd286573d8565af348f4c5c4e

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:55 CEST 2013


The branch, twofactorauth has been updated
       via  94a1c67fd23e14bdd286573d8565af348f4c5c4e (commit)
      from  4217dbfc99e79b274ece0ebfececa4db9f6940f1 (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 29577bc..476cb84 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -224,9 +224,9 @@ if X2GOCLIENT_OS == 'Windows':
             },
         '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'),
+            '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', ],
             },
         '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).




More information about the x2go-commits mailing list