The branch, master has been updated via ee5959221495e85c472f4c79bd0dd9a60c14b224 (commit) via 37262d8b1a9f5949678416d99a6411f09cbb80ec (commit) via ebaff66f035eb61105e9fa287fbff062bfda8272 (commit) via 14e24e7a09bb874ded6c82577c80e448df916e69 (commit) from 4845ffbb364a0f1f04f4a5337c5b977c450f38c6 (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 ----------------------------------------------------------------- commit ee5959221495e85c472f4c79bd0dd9a60c14b224 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 14 21:34:55 2011 +0200 Add a note on fuse membership to printing section of INSTALL howto. commit 37262d8b1a9f5949678416d99a6411f09cbb80ec Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 14 21:33:25 2011 +0200 Add short note on X2go printing in INSTALL howto. commit ebaff66f035eb61105e9fa287fbff062bfda8272 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 14 21:28:11 2011 +0200 Add INSTALL howto section for local folder sharing. commit 14e24e7a09bb874ded6c82577c80e448df916e69 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 14 21:25:25 2011 +0200 fixed numbering scheme in INSTALL howto ----------------------------------------------------------------------- Summary of changes: INSTALL | 25 ++++++++++++++++++++++--- 1 files changed, 22 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/INSTALL b/INSTALL index 46a7bf4..6f8ad3d 100644 --- a/INSTALL +++ b/INSTALL @@ -39,13 +39,32 @@ Alternatively, you can add a single line to /etc/rc.local: /usr/local/sbin/x2gocleansessions & -4.) 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.) PRINTING +------------ +Also users that shall be able to send print jobs to client-side printers have to be +members of the server-side ,,fuse'' group (see above). + +As X2go printing setups can be rather versatile, details on X2go printing are explained in +the project's wiki: +http://wiki.x2go.org/installing_x2go_printing_debian_ubuntu + + +7.) DATABASE SETUP (SQLite only) -------------------------------- $ x2godbadmin --createdb -4a.) DEFAULT: SQLite setup +7a.) 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 +74,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. -4b.) ALTERNATIVE: PostgreSQL setup +7b.) 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).