[okular] [Bug 483914] When printing, selecting a manually-typed page number or range of pages causes nothing to be printed
kolAflash
bugzilla_noreply at kde.org
Mon Jun 9 21:35:09 BST 2025
https://bugs.kde.org/show_bug.cgi?id=483914
--- Comment #9 from kolAflash <kolAflash at kolahilft.de> ---
Other KDE applications are also broken. So this probably originates in a KDE
library.
# Kate
// bash (73 lines are one A4, 9pt "Hack" font page)
for i in {1..5}; do for j in {101..173}; do echo "${i} ${j}"; done; done >>
test.txt
// open with Kate and print page 2 via "Pages" input field => prints nothing
(or empty page)
.
This Qt6 commit (2025-03-23) may possibly fix it:
rely on CUPS for multiple page ranges in unix version of QPrintDialog
[...]Restore the behavior of Qt5 [...]
[...]Pick-to: 6.9 6.8[...]
https://github.com/qt/qtbase/commit/2428cbf44e3e2aa4eaf00c9548ac5a74685101c4
in tag 6.9.1 (not in 6.9.0)
probably in future tag 6.8.4 (not in 6.8.3)
https://files.kde.org/neon/images/unstable/20250608-1147/neon-unstable-20250608-1147.iso
=> Qt-6.9.0
Okular code hint:
https://invent.kde.org/graphics/okular/-/blob/4abf50580bcb8595b63d139d91708e0015b7b6ce/generators/poppler/generator_pdf.cpp#L1513
.
Some affected distros: Debian-13 (KDE-6.3.4), Kubuntu-24.10 (KDE-6.1.5)
Hint: cups-pdf output seems to default to ~/PDF/
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list