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 505453 - print preview does not work
print preview does not work
Status: RESOLVED DUPLICATE of bug 491488
Product: gtk+
Classification: Platform
Component: Printing
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-12-24 16:45 UTC by alvherre
Modified: 2008-02-25 17:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description alvherre 2007-12-24 16:45:07 UTC
Please describe the problem:
When clicking on "print preview" on the print dialog, the window does not show up -- and on the terminal running eog, I get the following error message:

$ Unknown option --print-settings
Exécuter « evince --help » pour obtenir la liste complète des options en ligne de commande.

It seems the problem is that eog expects a more recent evince release than I have:

$ evince --version
GNOME evince 0.8.3


Perhaps this is just a problem with the Debian packaging of eog: should it depend on evince 2.20.2 (which is in currently in unstable)? 

Steps to reproduce:
1. Open an image
2. Select image->print
3. click on "print preview"
4. examine the terminal running eog (or .xsession-errors)

Actual results:
An error message appears in the terminal

Expected results:
The print preview is shown

Does this happen every time?
Yes

Other information:
I considered filing this as a Debian bug, but refrained for no good reason.
Comment 1 Francisco Rojas 2007-12-28 03:52:05 UTC
Thanks for taking the time to report this bug.
I can't reproduce on Ubuntu Gutsy + Eog 2.20.1

you miss a specific steps should we take to recreate this bug?
Comment 2 alvherre 2007-12-28 11:31:28 UTC
It works for me with evince 2.20.2, which I installed from unstable.  So the problem was that I was using evince 0.8.3, which is what was in testing at the time.

I think the only thing that should be done about this bug, is have eog check evince's version number and notify the user that it is too old for print preview.  (Or even better, disable the use of the --print-preview switch, if that can be made to work at all).

Thanks.
Comment 3 Claudio Saavedra 2007-12-28 14:31:27 UTC
I'm moving this to GTK+, as this is actually done by the default handler of GtkPrintOperation's "preview" signal. You could check that this is probably reproducible with any GtkPrintOperation powered application.
Comment 4 Sven Neumann 2008-02-25 14:21:29 UTC
This looks a lot like a duplicate of bug #491488.
Comment 5 Claudio Saavedra 2008-02-25 17:09:38 UTC
That's right. Marking as such.


*** This bug has been marked as a duplicate of 491488 ***