After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672676 - evince doesn't permit to print more than 100 copies at once
evince doesn't permit to print more than 100 copies at once
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
3.5.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-03-23 10:05 UTC by Paolo Benvenuto
Modified: 2014-06-30 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Benvenuto 2012-03-23 10:05:32 UTC
I want to print many copies with evince, but it only permits me a maximum of 100 copies.

I think it should give a way to raise that value.
Comment 1 Carlos Garcia Campos 2012-08-14 15:37:55 UTC
You are right, for some reason the copies spin button has a limit of 100 copies. Reassigning to GTK+
Comment 2 dbet1 2014-05-20 18:03:11 UTC
Yesterday a customer from me has showed me this limitation. This bug is two years old. Can someone fix it?
Comment 3 dbet1 2014-06-24 18:18:58 UTC
The man page of the CUPS command lp says that the number of copies could be between 1 an 100. But this is not true. I can give the parameter -n 140. Then I can see in the file that is sent to the printer that there are 140 pages in it. Therefore the limitation to 100 is gone.

Please change this in the GTK+ print dialog. Thank you.
Comment 4 dbet1 2014-06-28 18:36:24 UTC
Thank you very much. Can I have a patch (diff) file please?
Comment 5 Nelson Benitez 2014-06-30 10:16:24 UTC
(In reply to comment #4)
> Thank you very much. Can I have a patch (diff) file please?

https://git.gnome.org/browse/gtk+/commit/?id=3f7318432cecc33b02432f77623c850d4c692fc5
Comment 6 dbet1 2014-06-30 14:15:47 UTC
I agree that the maximum of 999 is much more better than 100. In LibreOffice I can make up to 9999 copies and since CUPS 1.6 there is the parameter *cupsMaxCopies which defaults to 9999 in PPD-Files.

I don't know the true limit on CUPS with the number of copies, but I think that the CUPS limit should be exhausted and not limited again within the print dialog.

I hope you understand me. Thank you.