This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from f7f4a03 x2goserver.spec: bump nxagent dependency up to 3.5.99.17+. new 665ee6c x2goserver/bin/x2goruncommand: Support IceWM as desktop session type. 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 + x2goserver/bin/x2goruncommand | 2 ++ 2 files changed, 3 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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@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