https://bugs.kde.org/show_bug.cgi?id=373855
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 CC| |aleix...@kde.org --- Comment #5 from Aleix Pol <aleix...@kde.org> --- I looked through the issue, the problem is that there's a safe-guard so that files containing a # in the name won't be misinterpreted. Example. Something like: "okular /.../my#document.pdf" Shouldn't be opening the document "my" with a tag "document.pdf". I don't know who or why it was done. Now you are passing a tag with a dot in it, so the code thinks you're passing a document named: "mypdf.pdf#page.3" with "3" as an extension. Now if you ask me, the weird thing is that we're taking into account the possibility of a file with a # in its filename, but then I barely have experience in the area. -- You are receiving this mail because: You are watching all bug changes.