Bug 160381 - Okular print properties does not work properly
Summary: Okular print properties does not work properly
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 22:32 UTC by John Hudson
Modified: 2008-06-06 20:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Hudson 2008-04-04 22:34:42 UTC
Version:            (using KDE 4.0.3)
Installed from:    SuSE RPMs
OS:                Linux

Okular outputs the default properties to the printer rather than the properties selected - it displays the correct options for my HP PSC1210 but does not act on the chosen option.
Comment 1 Pino Toscano 2008-04-11 21:01:55 UTC
Which properties are not seen/applied?
Comment 2 John Hudson 2008-04-16 18:44:04 UTC
> Sorry for the delay in replying. The printout mode does not change when
> anything, e.g. Normal Color or High Quality Color, is selected. It prints
> out in Draft Greyscale which is the default setting for KDE3.
Comment 3 John Layt 2008-06-05 00:02:45 UTC
Known issue, anything changed in the Printer Properties / Advanced window were being ignored.  I now know how to read the selected driver options, and am working on a patch for this for 4.1 (possibly 4.0 as well, have to confirm works for Qt < 4.4).
Comment 4 John Layt 2008-06-06 01:06:52 UTC
SVN commit 817393 by jlayt:

Read the Cups options set in the Printer Properties window and the KDE
Cups Page and Job Options tabs, and pass these on to lpr.

CCBUG: 160381

This needs to be backported to 4.0 but I don't have a checkout.


 M  +18 -0     fileprinter.cpp  
 M  +1 -0      fileprinter.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=817393
Comment 5 Pino Toscano 2008-06-06 01:17:04 UTC
SVN commit 817398 by pino:

Backport SVN commit 817393 by jlayt:

Read the Cups options set in the Printer Properties window and the KDE
Cups Page and Job Options tabs, and pass these on to lpr.

CCBUG: 160381


 M  +18 -0     fileprinter.cpp  
 M  +1 -0      fileprinter.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=817398
Comment 6 John Layt 2008-06-06 20:34:09 UTC
*** Bug has been marked as fixed ***.