This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 6e452d7 x2go/defaults.py: Support desktop session type "IceWM". new 308dde2 typo fix for prev commit 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: x2go/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 308dde28b25dfa8b7ac01e47207528bf7fbfd0b8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 26 10:22:59 2018 +0100 typo fix for prev commit --- x2go/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/defaults.py b/x2go/defaults.py index ecb868a..19e9237 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -370,7 +370,7 @@ pack_methods_nx3.sort() X2GO_DESKTOPSESSIONS={ 'CINNAMON': 'cinnamon', - 'IceWM'; 'icewm', + '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