[X2Go-Commits] [live-build-x2go] 56/58: added parameter and directory creation for filesharing support

git-admin at x2go.org git-admin at x2go.org
Tue Feb 14 09:34:16 CET 2017


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

x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.

commit 75c71438df7759edfc4624b0e70cbef4276c5522
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sun Jan 15 17:37:11 2017 +0100

    added parameter and directory creation for filesharing support
---
 .../lib/live/config/2800-x2go-thinclientconfig     |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
index 8da7bb1..8507373 100755
--- a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
@@ -138,11 +138,13 @@ if [ -n "\$BLANKINGTIME" ]; then
 	fi
 fi
 
-x2goclient --thinclient --no-session-edit --no-menu --maximize --add-to-known-hosts --haltbt \$LDAPPARAMS \$SESSIONFROM
+x2goclient --thinclient --no-session-edit --no-menu --maximize --add-to-known-hosts --haltbt --read-exports-from=/home/user/export \$LDAPPARAMS \$SESSIONFROM
 XSESSION
 
 chown user:user /home/user/.xsession
 chmod 644 /home/user/.xsession
+mkdir -p /home/user/export
+mkdir -p /home/user/logins
 
 }
 

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