https://bugs.kde.org/show_bug.cgi?id=373855
Thomas Tuegel <ttue...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ttue...@gmail.com --- Comment #3 from Thomas Tuegel <ttue...@gmail.com> --- This is due to some changes in the way QUrl::fromUserInput works. As a workaround, you can prefix the path by `file:' (even for relative paths!) and get the correct behavior. For example, the following works for me although the original example does not: $ okular file:mypdf.pdf#page.3 -- You are receiving this mail because: You are the assignee for the bug.