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 376488 - Print dialog: 'collate' sensitive when only one page to print
Print dialog: 'collate' sensitive when only one page to print
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Printing
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-11-17 22:16 UTC by Matthias Clasen
Modified: 2015-10-02 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2006-11-17 22:16:02 UTC
Originally filed here: 
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=216117

In the print dialog, the 'collate' option is sensitive even when there is only
one page to print.  This is confusing!

It can happen either when the document only has one page, or when only the
current page is to be printed, or when the page range only lists one page.

Version-Release number of selected component (if applicable):
gtk2-2.10.4-4.fc6

How reproducible:
100%

Steps to Reproduce:
1.evince /usr/share/cups/data/testprint.ps (for example)
2.File->Print
3.Adjust copies to 2

Actual results:
Collate option becomes sensitive but will have no effect.

Expected results:
Collate option remains insensitive.
Comment 1 Matthias Clasen 2007-04-30 00:35:29 UTC
The sensitivity of the collate check box depends on the number of copies nowadays.
We should still try to take the number of pages into account too. As long as we know that only a single page is going to be printed, neither reverse nor collate make sense.