[X2Go-Commits] [python-x2go] 01/01: Fix CINNAMON (2d) support.

git-admin at x2go.org git-admin at x2go.org
Fri Jul 19 20:33:42 CEST 2019


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 at 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


More information about the x2go-commits mailing list