This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 6122dd2 python-x2go.spec: fetch files under %{python(2)_sitelib} more fine-grained. new 6e452d7 x2go/defaults.py: Support desktop session type "IceWM". 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 + x2go/defaults.py | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 6e452d7bf239a940dc2d34d1728718158972a0f8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 26 10:16:34 2018 +0100 x2go/defaults.py: Support desktop session type "IceWM". --- debian/changelog | 1 + x2go/defaults.py | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8af571d..ca864b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ python-x2go (0.6.0.2-0x2go1) UNRELEASED; urgency=medium - X2GoControlSession.get_server_versions(): Fix another Py3 issue where we forgot decoding stdout before applying string operations. - x2go/client.py: Add is_x2goserver() method to X2GoClient class API. + - x2go/defaults.py: Support desktop session type "IceWM". [ Mihai Moldovan ] * New upstream version (0.6.0.2): diff --git a/x2go/defaults.py b/x2go/defaults.py index 16de520..ecb868a 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -370,6 +370,7 @@ pack_methods_nx3.sort() X2GO_DESKTOPSESSIONS={ 'CINNAMON': 'cinnamon', + 'IceWM'; 'icewm', 'KDE': 'startkde', 'GNOME': 'gnome-session', 'MATE': 'mate-session', -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git