[X2Go-Commits] [live-build-x2go] 37/166: name change, adapted to work with new TCE

git-admin at x2go.org git-admin at x2go.org
Mon Nov 20 02:16:44 CET 2017


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 d66c8b24f95f996519517e0d58e5cd2536110758
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jan 2 10:57:12 2017 +0100

    name change, adapted to work with new TCE
---
 .../lib/live/config/2400-x2go-getportableappsettings              | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings b/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings
index b607643..9444f01 100755
--- a/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings
+++ b/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings
@@ -1,11 +1,11 @@
 #!/bin/sh
 
-GetPortableAppSettings ()
+X2GoGetPortableAppSettings ()
 {
 
 # Output startup message
 #
-echo -n " getportableappsettings"
+echo -n " x2go-getportableappsettings"
 
 # This script is for using the iso-hybrid image along with the "second partition" patch
 # it allows you to share a configuration between X2GoClient for Windows in portable
@@ -14,10 +14,10 @@ echo -n " getportableappsettings"
 if [ -L /dev/disk/by-label/PORTABLEAPP ]; then 
 	mkdir -p /media/PORTABLEAPP && \
 	mount -o sync /dev/disk/by-label/PORTABLEAPP /media/PORTABLEAPP && \
-	ln -sf /media/PORTABLEAPP/x2goclient/sessions /etc/x2go/x2gothinclient_sessions
+	ln -sf /media/PORTABLEAPP/x2goclient/sessions /home/user/.x2goclient/sessions
 else
 	true
 fi
 }
 
-GetPortableAppSettings
+X2GoGetPortableAppSettings

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


More information about the x2go-commits mailing list