The branch, build-baikal has been updated via 6c7e1032757a6ab2e054f7d6a14ccb2d31ee2497 (commit) from c735e6ab02c50b7029b700179a62373f7f406a29 (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: debian/changelog | 3 ++- examples/x2go_start_session.py | 2 +- .../x2go_start_session_with_progress_status.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 3f1efca..d52eb98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-x2go (0.4.0.6-0~x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream version (0.4.0.6): + - Use XFCE as desktop environment in example scripts. -- Mike Gabriel <mike.gabriel@das-netzwertkeam.de> Fri, 19 Jul 2013 17:45:24 +0200 diff --git a/examples/x2go_start_session.py b/examples/x2go_start_session.py index fbea4c4..2f200ec 100644 --- a/examples/x2go_start_session.py +++ b/examples/x2go_start_session.py @@ -33,7 +33,7 @@ import getpass server = "server.mydomain.tld" port = 22 username = "foo" -command = "GNOME" +command = "XFCE" password = getpass.getpass() diff --git a/examples/x2go_start_session_with_progress_status.py b/examples/x2go_start_session_with_progress_status.py index 8a4ec5f..7bd503c 100644 --- a/examples/x2go_start_session_with_progress_status.py +++ b/examples/x2go_start_session_with_progress_status.py @@ -34,7 +34,7 @@ import threading server = "server.mydomain.tld" port = 22 username = "foo" -command = "GNOME" +command = "XFCE" def my_progress_bar(ps): 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).