This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from f974da6 Continue development new d8b6737 x2go/defaults.py: Support LXQt sessions by default. 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 | 3 ++- x2go/defaults.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/python-x2go.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 d8b67372843071f06a7504bfc87430baa0c809ae Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 25 12:06:44 2017 +0200 x2go/defaults.py: Support LXQt sessions by default. --- debian/changelog | 3 ++- x2go/defaults.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5dcbda3..3951991 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-x2go (0.5.0.6-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mike Gabriel ] + * x2go/defaults.py: Support LXQt sessions by default. -- X2Go Release Manager <git-admin@x2go.org> Mon, 15 May 2017 20:01:59 +0200 diff --git a/x2go/defaults.py b/x2go/defaults.py index 9f71813..aef035f 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -375,6 +375,7 @@ X2GO_DESKTOPSESSIONS={ 'MATE': 'mate-session', 'XFCE': 'xfce4-session', 'LXDE': 'startlxde', + 'LXQt': 'startlxqt', 'TRINITY': 'starttrinity', 'UNITY': 'unity', } -- Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git