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.
Which properties are not seen/applied?
> 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.
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).
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
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
*** Bug has been marked as fixed ***.