The branch, master has been updated via d121b909e650b5c6fc2eee406f2bb138707fc627 (commit) from 5ac2ca912e890a34b192159d69b82a92dc4dbf40 (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 ----------------------------------------------------------------- commit d121b909e650b5c6fc2eee406f2bb138707fc627 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 8 23:04:37 2011 +0100 Add XFCE4 support. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/defaults.py | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index ba13c5f..838bfef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ python-x2go (0.1.1.9-0-x2go1) UNRELEASED; urgency=low - Fix exception raisal in X2goTerminalSessionSTDOUT. - Print access to an X2Go server is not controlled by x2goprint group membership, but by fuse membership. + - Add XFCE4 support. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 12 Oct 2011 10:54:23 +0200 diff --git a/x2go/defaults.py b/x2go/defaults.py index b4a284c..816c648 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -346,6 +346,7 @@ pack_methods_nx3.sort() X2GO_DESKTOPSESSIONS={ 'KDE': 'startkde', 'GNOME': 'gnome-session', + 'XFCE4': 'xfce4-session', 'LXDE': 'startlxde', 'TRINITY': 'starttrinity', 'UNITY': 'unity-2d-launcher', 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).