This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/mate-minidesktop in repository live-build-x2go. commit 302cf5e4251b92387d90dca0a9b6513e5f358b1f Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Thu Feb 16 16:52:51 2017 +0100 add setting to confine x2gothinclient to systray --- .../x2gothinclient_init.d/020_x2gothinclient-confine-to-tray | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/includes.chroot/etc/x2go/x2gothinclient_init.d/020_x2gothinclient-confine-to-tray b/config/includes.chroot/etc/x2go/x2gothinclient_init.d/020_x2gothinclient-confine-to-tray new file mode 100755 index 0000000..8c2d046 --- /dev/null +++ b/config/includes.chroot/etc/x2go/x2gothinclient_init.d/020_x2gothinclient-confine-to-tray @@ -0,0 +1,9 @@ +#!/bin/bash + +if [ -z "$X2GO_HANDLE_DAEMON" ] ; then + mkdir -p ~x2gothinclient/.x2goclient + echo '[trayicon]' >>~x2gothinclient/.x2goclient/settings + echo 'enabled=true' >>~x2gothinclient/.x2goclient/settings + chown x2gothinclient:x2gothinclient ~x2gothinclient -Rf + chmod go-rwx ~x2gothinclient -Rf +fi -- Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git