[X2Go-Commits] [x2gothinclient] 01/01: fix XDG autostart path

git-admin at x2go.org git-admin at x2go.org
Sat Aug 23 00:52:43 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 22feac601586f41bbcfce7e617effe939300bc57
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Aug 23 00:52:37 2014 +0200

    fix XDG autostart path
---
 .../share/etc/x2gothinclient_init                  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2gothinclientmanagement/share/etc/x2gothinclient_init b/x2gothinclientmanagement/share/etc/x2gothinclient_init
index c898f12..3f922ca 100755
--- a/x2gothinclientmanagement/share/etc/x2gothinclient_init
+++ b/x2gothinclientmanagement/share/etc/x2gothinclient_init
@@ -32,7 +32,7 @@ if [ -z "$X2GO_HANDLE_DAEMON" ]; then
 	fi
 	if [ -e /etc/xdg/autostart/x2gothinclient-minidesktop.desktop ]; then
 		mkdir -p ~x2gothinclient/Desktop
-		cp /etc/xdg/x2gothinclient-minidesktop.desktop ~x2gothinclient/Desktop/
+		cp /etc/xdg/autostart/x2gothinclient-minidesktop.desktop ~x2gothinclient/Desktop/
 	fi
 	mkdir -p ~x2gothinclient/.kde
 	mkdir -p ~x2gothinclient/.kde/socket-`hostname`

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


More information about the x2go-commits mailing list