Summary: | (wish) configurable default for printing | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | wrinnert |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED UPSTREAM | ||
Severity: | wishlist | CC: | m.weghorn, mischa.salle |
Priority: | NOR | ||
Version: | 0.17.5 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
wrinnert
2014-04-24 21:30:11 UTC
This bug was reported by me 4 years ago. The current version 0.26.1 still has the same issue. There is no documented configuration file, nor configuration dialog that allows to preset the printing parameters (A4 / portrait / duplex / ...). Regards, Wolfgang (In reply to wrinnert from comment #1) > This bug was reported by me 4 years ago. > The current version 0.26.1 still has the same issue. > There is no documented configuration file, nor configuration dialog that > allows to preset the printing parameters (A4 / portrait / duplex / ...). > Regards, > Wolfgang The actual problem is not in Okular but in the underlying Qt library. There is currently quite some work with regard to the print dialog going on in Qt and this problem will most probably be fixed very soon. The user default value for the printer should be preselected then (which in my opinion is the most reasonable way to deal with this, since it works across applications and allows a per printer default). PS: The most recent Okular version is actually 1.3.1. If you have an older version, that is probably because the distribution you are using is shipping an older version. (In reply to Michael Weghorn from comment #2) > > The actual problem is not in Okular but in the underlying Qt library. > There is currently quite some work with regard to the print dialog going on > in Qt and this problem will most probably be fixed very soon. The user > default value for the printer should be preselected then (which in my > opinion is the most reasonable way to deal with this, since it works across > applications and allows a per printer default). This is now implemented in Qt's development version (which will become Qt 5.12), s. https://codereview.qt-project.org/#/c/226881/ |