This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from b531f4c debian/changelog: add entry for last change. new a36d858 Add LXQt support. The 1 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 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.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 a36d858ad439d461efe0d71abdbe461bd9c7b48b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 25 12:09:20 2017 +0200 Add LXQt support. --- debian/changelog | 1 + pyhoca/wxgui/profilemanager.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e81009f..5196adb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ pyhoca-gui (0.5.0.7-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] * New upstream version (0.5.0.7): - Fix grammar flaw in pyhoca-gui man page. + - Add LXQt support. -- X2Go Release Manager <git-admin@x2go.org> Thu, 24 Mar 2016 23:35:42 +0100 diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index dbb173a..aac85fa 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -82,7 +82,8 @@ class PyHocaGUI_ProfileManager(wx.Dialog): 'GNOME': _(u'GNOME Desktop (GNOME)'), 'MATE': _(u'MATE Desktop (MATE)'), 'KDE': _(u'K Desktop Environment (KDE)'), - 'LXDE': _(u'Lightweight X Desktop (LXDE)'), + 'LXDE': _(u'Lightweight X Desktop (LXDE, based on GTK-2)'), + 'LXQt': _(u'Lightweight X Desktop (LXQt, based on Qt5)'), 'TRINITY': _(u'Trinity X Desktop (KDE3-like)'), 'UNITY': _(u'Unity X Desktop Shell (UNITY)'), 'XFCE': _(u'XFCE Desktop (XFCE)'), -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git