The branch, master has been updated via 48a207ce768181f00c39a744dfb89de57610c616 (commit) via cbff3fee859a3d209a13155bab7b04e638efe02b (commit) from eb867d7b4a53c2af7711d5466091d32b04254cec (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 48a207ce768181f00c39a744dfb89de57610c616 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 9 03:18:48 2011 +0100 Depend on Python X2Go 0.1.1.9. commit cbff3fee859a3d209a13155bab7b04e638efe02b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 9 03:18:08 2011 +0100 Add XFCE4 support. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 8 ++++++++ debian/control | 2 +- pyhoca/wxgui/profilemanager.py | 1 + 3 files changed, 10 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 046023e..4abf097 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pyhoca-gui (0.1.0.11-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (0.1.0.11): + - Add XFCE4 support. + * Depend on Python X2Go 0.1.1.9. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Nov 2011 03:13:09 +0100 + pyhoca-gui (0.1.0.10-0~x2go1) unstable; urgency=low * Bugfix release for Windows (0.1.0.10): diff --git a/debian/control b/debian/control index 1965a97..d301088 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.1.1.8-0~), + python-x2go (>=0.1.1.9-0~), python-argparse, python-notify, python-setproctitle, diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index e482644..e0425f3 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -75,6 +75,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): 'LXDE': _(u'Lightweight X Desktop (LXDE)'), 'TRINITY': _(u'Trinity X Desktop (KDE3-like)'), 'UNITY': _(u'Unity X Desktop Shell (UNITY)'), + 'XFCE4': _(u'XFCE4 Desktop (XFCE4)'), 'XDMCP': _(u'XDMCP Query'), #'EMBEDDED_MENU': _(u'Embedded Application Menu'), 'RDP': _(u'Windows Terminal Server (RDP-proxy)'), hooks/post-receive -- pyhoca-gui.git (Python X2go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2go Client (wxPython GUI)).