The branch, master has been updated via af60d3076e8cb45ea8e330ff0f4405d4428c4e36 (commit) from a12f581df11af39c67eecc0518fbaad96b3af1bf (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 af60d3076e8cb45ea8e330ff0f4405d4428c4e36 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 26 00:38:15 2013 +0100 Make PyHoca-GUI aware of the Cinnamon desktop shell. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++- debian/control | 2 +- pyhoca/wxgui/profilemanager.py | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 0a69e1b..13abcab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pyhoca-gui (0.4.0.2-0~x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream version (0.4.0.2): + - Make PyHoca-GUI aware of the Cinnamon desktop shell. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 13 Feb 2013 12:51:24 +0100 diff --git a/debian/control b/debian/control index 9666a0e..c58ea41 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.4.0.0-0~), + python-x2go (>=0.4.0.2-0~), python-argparse, python-notify, python-setproctitle, diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index a97ca49..e0eb785 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -76,6 +76,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.action = action self.sessionChoices = { + 'CINNAMON': _(u'Cinnamon Desktop (CINNAMON)'), 'GNOME': _(u'GNOME Desktop (GNOME)'), 'KDE': _(u'K Desktop Environment (KDE)'), 'LXDE': _(u'Lightweight X Desktop (LXDE)'), 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)).