[X2Go-Commits] [x2goserver] 01/01: x2goruncommand: start Xsession on X2Go KDrive desktops.

git-admin at x2go.org git-admin at x2go.org
Fri Jun 21 12:10:10 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 37bb9b487cfb764168f0aa6b4ce2a9206ea7ab59
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Fri Jun 21 12:09:49 2019 +0200

    x2goruncommand: start Xsession on X2Go KDrive desktops.
---
 debian/changelog              | 1 +
 x2goserver/bin/x2goruncommand | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6ee1067..30c4db5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -101,6 +101,7 @@ x2goserver (4.1.0.4-0x2go1.1) UNRELEASED; urgency=medium
   [ Oleksandr Shneyder ]
   * New upstream version (4.1.0.4):
     - Add support for X2Go KDrive.
+    - x2goruncommand: start Xsession on X2Go KDrive desktops.
 
   [ Tom Ruzicka ]
   * debian/po: Add Czech debconf translation.
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 5ac51a0..b6da198 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -360,7 +360,7 @@ if [ "$EXEC" != "" ] && [ -x "$EXEC" ]; then
 
 	x2gosetkeyboard >/dev/null 2>/dev/null &
 
-	if x2gofeature X2GO_XSESSION &>/dev/null && [ "x$X2GO_SESS_TYPE" = "xD" ]; then
+	if x2gofeature X2GO_XSESSION &>/dev/null && [ ["x$X2GO_SESS_TYPE" = "xD"] || ["x$X2GO_SESS_TYPE" = "xK"] ]  ; then
 		STARTUP="$cmd$args"
 
 		# Search for dbus-run-session and handle the non-existence (to some extent) gracefully.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list