This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 940f661 pyhoca-gui.spec: avoid %{python2_sitelib} on older OpenSuSE versions - doesn't seem to be defined there. new 6f3a868 pyhoca/wxgui/profilemanager.py: Rename shadowing sessiontype to 'X2Go/X11 Desktop Sharing (SHADOW)'. 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 | 5 +++++ pyhoca/wxgui/profilemanager.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) -- 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 6f3a8680d3b9bf368ec95a46ac67b808b107580a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 13 10:18:15 2018 +0100 pyhoca/wxgui/profilemanager.py: Rename shadowing sessiontype to 'X2Go/X11 Desktop Sharing (SHADOW)'. --- debian/changelog | 5 +++++ pyhoca/wxgui/profilemanager.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6a60dc6..0be7f08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,11 @@ pyhoca-gui (0.5.0.8-0x2go1) UNRELEASED; urgency=medium - Avoid %{python2_sitelib} on older OpenSuSE versions - doesn't seem to be defined there. Use %{python_sitelib} in that case. + [ Mike Gabriel ] + * New upstream version (0.5.0.8): + - pyhoca/wxgui/profilemanager.py: Rename shadowing sessiontype to 'X2Go/X11 + Desktop Sharing (SHADOW)'. + -- X2Go Release Manager <git-admin@x2go.org> Sun, 24 Sep 2017 11:28:17 +0200 pyhoca-gui (0.5.0.7-0x2go1) unstable; urgency=medium diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index aac85fa..f021862 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -89,7 +89,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): 'XFCE': _(u'XFCE Desktop (XFCE)'), 'PUBLISHEDAPPLICATIONS': _(u'Published Applications'), 'APPLICATION': _(u'Single Application'), - 'SHADOW': _(u'Share desktop session (SHADOW)'), + 'SHADOW': _(u'X2Go/X11 Desktop Sharing (SHADOW)'), 'XDMCP': _(u'XDMCP Query'), 'RDP': _(u'Windows Terminal Server (X2Go-proxied RDP)'), 'DirectRDP': _(u'Windows Terminal Server (Direct RDP)'), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git