Summary: | "wrong url" when trying to open a locally stored PDF file | ||
---|---|---|---|
Product: | [Applications] KBibTeX | Reporter: | Lech Łobocki <lech.lobocki> |
Component: | Loading/saving files | Assignee: | Thomas Fischer <fischer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.9.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kbibtex/commit/1153930536abe9f0331acef67dc40b18210eb07e | Version Fixed In: | 0.10 |
Sentry Crash Report: |
Description
Lech Łobocki
2022-09-15 10:13:06 UTC
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 |