[X2Go-Commits] [x2gothinclient] 01/01: only start X11 session if the x2gothinclient-minidesktop package is installed, checking conffiles is too unreliable here

git-admin at x2go.org git-admin at x2go.org
Tue Aug 26 17:12:41 CEST 2014


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

x2go pushed a commit to branch master
in repository x2gothinclient.

commit bac3dab5c61c9514e9474f574f3eb0ff3065590f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Aug 26 17:12:37 2014 +0200

    only start X11 session if the x2gothinclient-minidesktop package is installed, checking conffiles is too unreliable here
---
 management/share/etc/x2gothinclient_init |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/management/share/etc/x2gothinclient_init b/management/share/etc/x2gothinclient_init
index 1bbd6c9..950dab2 100755
--- a/management/share/etc/x2gothinclient_init
+++ b/management/share/etc/x2gothinclient_init
@@ -48,6 +48,6 @@ if [ -z "$X2GO_HANDLE_DAEMON" ]; then
 	chmod go-rwx ~x2gothinclient -Rf
 fi
 
-if [ -e /etc/x2go/x2gothinclient-minidesktop_start ]; then
+if [ -e /usr/share/doc/x2gothinclient-minidesktop ]; then
 	STARTUP=mate-session /etc/X11/Xsession
 fi

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git


More information about the x2go-commits mailing list