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 552278 - Page Size greyed out in gtkprint applications.
Page Size greyed out in gtkprint applications.
Status: RESOLVED INCOMPLETE
Product: gtk+
Classification: Platform
Component: Printing
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-09-14 20:29 UTC by Oxmosys
Modified: 2011-04-26 12:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Oxmosys 2008-09-14 20:29:39 UTC
Since gtk 2.12.9, all applications that uses gtkprint have "Page Size" greyed out in page setup tab in printing options. It's impossible to change page size from there because the case is always grey, and you can't choice a paper size.

On applications that have this menu, it's possible to change page size in "File / Page Setup". But this menu does not appears on all applications.

This bug didn't appear with 2.12.0 where the menu was slightly different.

Steps to reproduce :

1. Open a GTK app that uses gtkprint. Ex. gedit
2. Click on the print button
3. Click on the page setup tab
4. Try to change paper size.

Result : It's not possible, the case is always grey, no matter what you do.
Comment 1 Matthias Clasen 2008-09-15 19:02:47 UTC
Which field are you talking about ? "Paper type", or "Paper source" ?
Anyway, you need to tell us a) what print backend you are using 
and b) if your print system returns ppd files for the printers 
Comment 2 Oxmosys 2008-09-15 19:23:50 UTC
It is "Paper type", "Paper source" seems to work correctly.

a) cups 1.3.8-11 on ubuntu 8.10 alpha 5, or ubuntu 8.04
b) I guess that it does. For an example, it works perfectly in openoffice and it worked with ubuntu 7.10 with gtk 2.12.0, however if there's some method to verify it correctly, can you give me more information so I can give you more appropriate informations?

Thanks for your review.
Comment 3 David 2010-07-24 13:26:37 UTC
A patch has been prepared downstream: http://launchpadlibrarian.net/17573026/gnucash.debdiff
Comment 4 Geert Janssens 2011-03-05 08:29:15 UTC
The downstream patch seems to suggest the problem was not a gtkprint bug, but a goffice bug. Simply using a more recent goffice library solved the problem. Can't this bug be closed ?