This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 6f3a868 pyhoca/wxgui/profilemanager.py: Rename shadowing sessiontype to 'X2Go/X11 Desktop Sharing (SHADOW)'. new 6c68830 pyhoca/wxgui/profilemanager.py: Support IceWM desktop environment. new 58e9f56 pyhoca/wxgui/profilemanager.py: Support IceWM desktop environment. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + pyhoca/wxgui/profilemanager.py | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 6c68830434e19b1e128a9974675861ffa7b06117 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 26 10:21:25 2018 +0100 pyhoca/wxgui/profilemanager.py: Support IceWM desktop environment. --- pyhoca/wxgui/profilemanager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index f021862..ef3aab0 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -84,6 +84,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): 'KDE': _(u'K Desktop Environment (KDE)'), 'LXDE': _(u'Lightweight X Desktop (LXDE, based on GTK-2)'), 'LXQt': _(u'Lightweight X Desktop (LXQt, based on Qt5)'), + 'IceWM': _(u'IceWM Desktop'), 'TRINITY': _(u'Trinity X Desktop (KDE3-like)'), 'UNITY': _(u'Unity X Desktop Shell (UNITY)'), 'XFCE': _(u'XFCE Desktop (XFCE)'), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 58e9f56bb920209d3b58646b4df4f4984c5a9c23 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 26 10:21:52 2018 +0100 pyhoca/wxgui/profilemanager.py: Support IceWM desktop environment. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 0be7f08..4a7a61f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ pyhoca-gui (0.5.0.8-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.8): - pyhoca/wxgui/profilemanager.py: Rename shadowing sessiontype to 'X2Go/X11 Desktop Sharing (SHADOW)'. + - pyhoca/wxgui/profilemanager.py: Support IceWM desktop environment. -- X2Go Release Manager <git-admin@x2go.org> Sun, 24 Sep 2017 11:28:17 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git