Your message dated Mon, 11 Nov 2019 11:05:27 +0000 with message-id <[email protected]> and subject line Re: Bug#922409: cups-filters: Printing a test page prints 3 pages on duplex printer has caused the Debian Bug report #922409, regarding cups-filters: Printing a test page prints 3 pages on duplex printer to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 922409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922409 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: cups-filters Version: 1.21.6-3 Severity: normal Dear Debian folks, Printing a CUPS test page for the duplex printer Canon iR-ADV C2225 PCL, three pages on two sheets are printed. The template/content of all three pages looks the same. Talking to the CUPS developer, in the past only two pages were supposed to be printed, but I was referred to the cups-filters package. [1] Looking at `filter/bannertopdf.c`, the number of copies is doubled, but I guess it should be one in the first place, so also here, only two pages should be printed. ``` copies = get_int_option("number-up", noptions, options, 1); if (duplex_marked(ppd, noptions, options)) copies *= 2; if (copies > 1) pdf_duplicate_page(doc, 1, copies); pdf_write(doc, stdout); ``` Can that PDF file be written to disk and looked at, so that it does need to be actually printed? This is also reproducible on Ubuntu 18.10. Ubuntu uses a PDF template(?) instead of an SVG one, so it’s unrelated to that. Kind regards, Paul [1]: https://github.com/apple/cups/issues/5518
smime.p7s
Description: S/MIME Cryptographic Signature
--- End Message ---
--- Begin Message ---On Mon 15 Apr 2019 at 13:08:25 +0100, Brian Potkin wrote: > From the changelog for cups-filters 1.22.4: > > - bannertopdf: When multiplying the page for N-up or Duplex > printing one page too much was generated (Issue #102) > > I tested successfully using bannertopdf from experimental. I am unsure > whether the bug should be closed if a package is not in unstable. cups-filters is now 1.25.11-1 in unstable, so closing this report seems reasonable. Regards, Brian.
--- End Message ---
