The branch, build-baikal has been updated via 33167fc84f8ca0c7d607faee25ad9a9262272764 (commit) from 9ac619d8b2968ccfcd7a3e151e62fc50bc875fbb (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 | 1 + x2go/defaults.py | 1 + 2 files changed, 2 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 94bba01..c3dde99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-x2go (0.4.0.3-0~x2go1) UNRELEASED; urgency=low * New upstream version (0.4.0.2): - Fix inheritance of Paramiko/SSH exception. + - Make Python X2Go aware of the Cinnamon desktop shell. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 03 Mar 2013 15:57:44 +0100 diff --git a/x2go/defaults.py b/x2go/defaults.py index d6d0473..92b0906 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -375,6 +375,7 @@ pack_methods_nx3.sort() ## X2GO_DESKTOPSESSIONS={ + 'CINNAMON': 'cinnamon', 'KDE': 'startkde', 'GNOME': 'gnome-session', 'XFCE': 'xfce4-session', 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).