The branch, release/4.0.1.x has been updated via c13d693dfd13f19bac13ad430b2165b2e6322f2a (commit) from 33fc7739485510ff8fbc28e16aa038c99eac93b2 (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/changelog | 3 +++ x2goserver-printing/bin/x2goprint | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 56c7fa7..d7f39ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ x2goserver (3.1.1.3-0~x2go1) UNRELEASED; urgency=low - Avoid using ls in Makefiles. [ Mike Gabriel ] + * New upstream version (3.1.1.3): + - Fix broken X2Go client-side printing. Adapt x2goprint to new spool job + directory. * /debian/x2goserver.init: + Orthography fix: X2Go instead of x2go. diff --git a/x2goserver-printing/bin/x2goprint b/x2goserver-printing/bin/x2goprint index 113e5f6..f6bc1c4 100755 --- a/x2goserver-printing/bin/x2goprint +++ b/x2goserver-printing/bin/x2goprint @@ -92,7 +92,7 @@ syslog('notice', "x2goprint is processing $printdir/$pdfFile with print job titl # with user privileges ($tm,$tm,$uid,$gid,$tm,$tm,$tm,$homedir)=getpwnam($user); -my $spoolbase="/tmp/spool_$user"; +my $spoolbase="/tmp/.x2go-$user/spool"; my $spooldir="$spoolbase/$session"; my $spooltmp="$spoolbase/tmp"; mkpath($spooltmp); 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).