SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. Add a local file to a reference in KBibtex 2. Try to open it (crtl-d on highlighted item) 3. OBSERVED RESULT message box comes up reporting "incorrect URL" or "wrong URL" (I am using another language) EXPECTED RESULT A PDF opening, like in previously used version SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Fedora 36 (available in About System) KDE Plasma Version: 5.25 KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
I am quit sure I have fixed this bug in commit 1153930536abe9f0331acef67dc40b18210eb07e. The bug does not exist in future KBibTeX 0.10, as there the whole code section has been rewritten. To confirm that the bug is gone indeed, please have a look at the quick start instructions to compile KBibTeX yourself: https://userbase.kde.org/KBibTeX/Development#Quick_Start_to_Run_KBibTeX_from_Git Then, you can test this commit by running the latest code from branch 'kbibtex/0.9' bash run-kbibtex.sh 'https://invent.kde.org/office/kbibtex.git' 'kbibtex/0.9' Alternatively, you can test the code for the upcoming KBibTeX 0.10 as well: bash run-kbibtex.sh 'https://invent.kde.org/office/kbibtex.git' 'kbibtex/0.10'
Git commit 1153930536abe9f0331acef67dc40b18210eb07e by Thomas Fischer. Committed on 01/10/2022 at 21:15. Pushed by thomasfischer into branch 'kbibtex/0.9'. Fix creation of URL from user input ... when opening a document associated with a bibliographic entry. M +1 -1 src/parts/part.cpp https://invent.kde.org/office/kbibtex/commit/1153930536abe9f0331acef67dc40b18210eb07e