The branch, build-baikal has been updated via ebaff66f035eb61105e9fa287fbff062bfda8272 (commit) from 14e24e7a09bb874ded6c82577c80e448df916e69 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: INSTALL | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/INSTALL b/INSTALL index 3ae5b06..79426fd 100644 --- a/INSTALL +++ b/INSTALL @@ -39,13 +39,22 @@ Alternatively, you can add a single line to /etc/rc.local: /usr/local/sbin/x2gocleansessions & -5.) DATABASE SETUP (SQLite only) + +5.) LOCAL FOLDER SHARING +------------------------ +Users that shall be able to use X2go's local folder sharing functionality (via sshfs) +have to be members of your server system's ,,fuse'' group + + $ usermod -a -G fuse <username> + + +6.) DATABASE SETUP (SQLite only) -------------------------------- $ x2godbadmin --createdb -5a.) DEFAULT: SQLite setup +6a.) DEFAULT: SQLite setup -------------------------- This variant is the default X2go database setup. The X2go database keeps track of running/suspended/finished X2go sessions, mounted devices, etc. If you use SQLite @@ -55,7 +64,7 @@ For multi-X2goServer support use the PostgreSQL setup variant of X2go server. Al should be present for this setup. If not, please report it as a bug. -5b.) ALTERNATIVE: PostgreSQL setup +6b.) ALTERNATIVE: PostgreSQL setup ---------------------------------- This variant is for a setup of x2goserver that uses a PostgreSQL database backend... hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).