https://bugs.kde.org/show_bug.cgi?id=497997
--- Comment #5 from adalbert.hans...@gmx.de --- (In reply to Albert Astals Cid from comment #4) > I've no idea about Okular with snaps. > > If you can install any other way and see if the error persists would be > appreciated i guess. The Snap version of Okular was 24.12.0. Then I did this: sudo snap remove --purge okular sudo apt update && sudo apt upgrade sudo apt install okular After this, the error was gone. Before purging the snap version, I had to newly define the annotation tools (highlighter, underliner and so on). I should have saved the files okularrc and okularpartrc first, because they are memorized in them (it looks like one needs both of them). Use find to locate them first. For the snap install, they are in the user's home directory in places like ~/snap/okular/148/.config/, possibly with another number instead of 148. The configuration files okularrc and okularpartrc (which also memorize the last files) for a normal installation live in ~/.config/. So let's take this as solved. -- You are receiving this mail because: You are the assignee for the bug.