The branch, build-baikal has been updated via 258984227b5ba43e30dd0df37ff946d487a74517 (commit) from ac2a2b7e284242172e571c72991429cb497a4646 (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: debian/x2goserver.dirs | 1 + debian/x2goserver.postinst | 5 +++++ 2 files changed, 6 insertions(+) The diff of changes is: diff --git a/debian/x2goserver.dirs b/debian/x2goserver.dirs index 8699a0c..bcef06a 100644 --- a/debian/x2goserver.dirs +++ b/debian/x2goserver.dirs @@ -7,3 +7,4 @@ usr/lib/x2go usr/share/x2go usr/share/x2go/versions var/lib/x2go +var/spool/x2goprint diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst index d59b65d..257da39 100755 --- a/debian/x2goserver.postinst +++ b/debian/x2goserver.postinst @@ -116,6 +116,11 @@ case "$1" in # and we need to respect the administrator's choices fi + # make sure x2goprint spool dir permissions are set correctly + chown -R x2goprint:x2goprint /var/spool/x2goprint + # egid x2goprint needs write access to the spool dir + chmod 0770 /var/spool/x2goprint + ### setgid section for x2goprint (X2go printing) # the x2goprint command can only be run by users that are in group x2goprint 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).