[X2Go-Dev] cups-x2go problem printing multiple copies from windows terminal server. Fix inside ( i guess )

2012-03-08 Thread Helmer Teles
Hello, ML. I've found a bug when i try to print multiple copies from a Windows Terminal Server to x2go-printer if the document has only one page, it only prints one copy. Strangely this does not happen if the document has more than one page. How to reproduce Open a x2go-session, open Freerdp

Re: [X2Go-Dev] cups-x2go problem printing multiple copies from windows terminal server. Fix inside ( i guess )

2012-03-08 Thread Mike Gabriel
Hi Helmer, On Do 08 Mär 2012 16:26:31 CET Helmer Teles wrote: Steps to correct it: I've changed the line in /usr/lib/cups/backend/cups-x2go to: # PS2PDF command my $ps2pdf = /usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH - dSAFER -sDEVICE=pdfwrite -sOutputFile=\%s.pdf\

Re: [X2Go-Dev] cups-x2go problem printing multiple copies from windows terminal server. Fix inside ( i guess )

2012-03-08 Thread John A. Sullivan III
On Thu, 2012-03-08 at 17:31 +0100, Mike Gabriel wrote: Hi Helmer, On Do 08 Mär 2012 16:26:31 CET Helmer Teles wrote: Steps to correct it: I've changed the line in /usr/lib/cups/backend/cups-x2go to: # PS2PDF command my $ps2pdf = /usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE

Re: [X2Go-Dev] cups-x2go problem printing multiple copies from windows terminal server. Fix inside ( i guess )

2012-03-08 Thread Mike Gabriel
Hi John, On Do 08 Mär 2012 18:07:21 CET John A. Sullivan III wrote: On Thu, 2012-03-08 at 17:31 +0100, Mike Gabriel wrote: Hi Helmer, On Do 08 Mär 2012 16:26:31 CET Helmer Teles wrote: Steps to correct it: I've changed the line in /usr/lib/cups/backend/cups-x2go to: # PS2PDF command

Re: [X2Go-Dev] cups-x2go problem printing multiple copies from windows terminal server. Fix inside ( i guess )

2012-03-08 Thread John A. Sullivan III
On Thu, 2012-03-08 at 18:19 +0100, Mike Gabriel wrote: snip Thanks for your critical feedback. I have only applied the DoNumCopies setting, the PDFSETTINGS=prepress I have left untouched. I will build a package of the latest commit and Helmer has to test. Ok Helmer? Mike snip Thanks,

Re: [X2Go-Dev] cups-x2go problem printing multiple copies from windows terminal server. Fix inside ( i guess )

2012-03-08 Thread newsgroups.ma...@stefanbaur.de
Am 08.03.2012 18:07, schrieb John A. Sullivan III: snip I do not know much about ghostscript but do we know what this change does and what the real problem was? Was it the PDFSETTINGS=/printer or the DoNumCopies? What does the change really do? A half hour of Internet research didn't turn up

Re: [X2Go-Dev] cups-x2go problem printing multiple copies from windows terminal server. Fix inside ( i guess )

2012-03-08 Thread newsgroups.ma...@stefanbaur.de
Am 08.03.2012 20:25, schrieb John A. Sullivan III: I'm guessing the magic is removing DoNumCopies but that seems quite counter-intuitive. Uh, no, the patch is to add that option, not to remove it. Helmer's posting contained the patched version above the original. -Stefan

Re: [X2Go-Dev] cups-x2go problem printing multiple copies from windows terminal server. Fix inside ( i guess )

2012-03-08 Thread John A. Sullivan III
On Thu, 2012-03-08 at 21:56 +0100, newsgroups.ma...@stefanbaur.de wrote: Am 08.03.2012 20:25, schrieb John A. Sullivan III: I'm guessing the magic is removing DoNumCopies but that seems quite counter-intuitive. Uh, no, the patch is to add that option, not to remove it. Helmer's