The branch, build-baikal has been updated via 212c54589160e10e6ab920ec4812a3f37953a02b (commit) from 56e8cc6bf8103165c43127530cb7c177f558dcba (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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/defaults.py b/x2go/defaults.py index 555dc54..a75d053 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -222,7 +222,7 @@ X2GO_CLIENTPRINTING_DEFAULTS = { }, } if X2GOCLIENT_OS == 'Windows': - X2GO_CLIENTPRINTING_DEFAULTS['print'].update({'gsprint': os.path.join(os.environ['ProgramFiles'], 'GhostGum', 'gsview', 'gsprint.exe'), }) + X2GO_CLIENTPRINTING_DEFAULTS['print'].update({'gsprint': os.path.join(os.environ['BProgramFiles'], 'GhostGum', 'gsview', 'gsprint.exe'), }) if X2GOCLIENT_OS == 'Windows': @@ -341,6 +341,7 @@ X2GO_DESKTOPSESSIONS={ 'KDE': 'startkde', 'GNOME': 'gnome-session', 'LXDE': 'startlxde', + 'TRINITY': 'starttrinity', } """A dictionary with meta-commands for X2go's window manager sessions.""" 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).