[X2Go-Commits] [x2goserver] 01/01: x2goserver/bin/x2goruncommand: Support IceWM as desktop session type.

git-admin at x2go.org git-admin at x2go.org
Mon Nov 26 10:14:17 CET 2018


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

x2go pushed a commit to branch master
in repository x2goserver.

commit 665ee6c4dab9066fc11d58f0ff8a9ba94479d175
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Nov 26 10:14:03 2018 +0100

    x2goserver/bin/x2goruncommand: Support IceWM as desktop session type.
---
 debian/changelog              | 1 +
 x2goserver/bin/x2goruncommand | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index be75241..53a8d83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium
       target is non-writable, this may fail (observed on a Debian stretch
       system). Thus, removing the symlink file first and then recreating it.
     - Massive white-space cleanup (at EOLs).
+    - x2goserver/bin/x2goruncommand: Support IceWM as desktop session type.
   * debian/x2goserver*.dirs:
     + Let dirs have a trailing slash in their path (for the human eye merely).
   * debian/copyright:
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index b55aa97..a3b9b48 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -242,6 +242,8 @@ elif [ "$cmd" == "LXDE" ]; then
 	cmd="/usr/bin/startlxde"
 elif [ "$cmd" == "LXQt" ]; then
 	cmd="/usr/bin/startlxqt"
+elif [ "$dmd" == "IceWM" ]; then
+	cmd="/usr/bin/icewm"
 elif [ "$cmd" == "TRINITY" ]; then
 	# If we are on Q4OS, we needs to set env and run some tasks before
 	# launching trinity.

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