https://bugs.kde.org/show_bug.cgi?id=459911
--- Comment #3 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- (In reply to Florian Edelmann from comment #2) > A workaround I just discovered: Opening the PDF with the keyboard shortcut > (Ctrl+D) works fine. Using your instructions in the linked issue, I could > verify that it does still not work in the 0.9 git version. Ok, I found and fixed some other issues related to locating the right URL to open. Please try this here: bash run-kbibtex.sh 'https://invent.kde.org/thomasfischer/kbibtex.git' 'bugs/kde459911' > When trying to run the 0.10 git version, I got this build error: > [..] > /tmp/flo-kbibtex-usr/bin/kbibtex: error while loading shared libraries: > libkbibtexprocessing.so.0: cannot open shared object file: No such file or > directory You cannot simply compile the code and run the resoluting kbibtex binary. There are some shared libraries such as libkbibtexprocessing which are not found then as they lurk somewhere in the build directory. Please use the run-kbibtex.sh script which will setup a temporary installation inside /tmp without interfering with your regular installation and without using su or sudo. -- You are receiving this mail because: You are watching all bug changes.