This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from e4f0bf9 debian/control: Add x2gokdriveclient as hard dependency for both bin:pkgs python{,3}-x2go. new 5a6552f Fix CINNAMON (2d) 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 + x2go/defaults.py | 2 +- 2 files changed, 2 insertions(+), 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 5a6552f826345e438c47baed27e9b8862057d2b8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 20:33:39 2019 +0200 Fix CINNAMON (2d) support. --- debian/changelog | 1 + x2go/defaults.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d499c98..4a73fb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ python-x2go (0.6.1.0-0x2go1) UNRELEASED; urgency=medium - Add X2Go KDrive graphical rendering backend support. - X2GoServerSessionList: Provide proper accessor method for getting the complete list of sessions. + - Fix CINNAMON (2d) support. * debian/control: + Add x2gokdriveclient as hard dependency for both bin:pkgs python{,3}-x2go. diff --git a/x2go/defaults.py b/x2go/defaults.py index 538a6a6..c6250d5 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -382,7 +382,7 @@ X2GO_DESKTOPSESSIONS_NX3_PREFERRED={ """A dictionary with meta-commands for X2Go's window manager sessions, usage of NXv3 preferred.""" X2GO_DESKTOPSESSIONS_KDRIVE_PREFERRED={ - 'CINNAMON': 'cinnamon', + 'CINNAMON': 'cinnamon-session-cinnamon2d', 'GNOME': 'gnome-session', 'UNITY': 'unity', } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git