Summary: | Can't associate a file with a relative path without having the file copied | ||
---|---|---|---|
Product: | [Applications] KBibTeX | Reporter: | nobodyinperson <nobodyinperson> |
Component: | User interface | Assignee: | Thomas Fischer <fischer> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kbibtex/commit/02c927722365768b470c941221e38e51debb07ad | Version Fixed In: | 0.10 |
Sentry Crash Report: |
Description
nobodyinperson
2020-07-09 18:58:49 UTC
I think I fixed the bug. It was simply the case that the copy function was called both for move (just copy followed by a 'delete file'), copy, and 'don't do anything', instead of just the first two cases. I applied the fix to the 0.10 code base. If you can confirm that the problem is fixed, I'll apply it to 'master' as well. The change can be seen here: https://invent.kde.org/thomasfischer/kbibtex/commit/425c757f507ad83f7b98970071d2de9187a3904f I built KBibTeX for this commit: https://invent.kde.org/thomasfischer/kbibtex/-/commit/425c757f507ad83f7b98970071d2de9187a3904f and it seems to have fixed the bug. Thanks for fixing this! Yann Git commit 02c927722365768b470c941221e38e51debb07ad by Thomas Fischer. Committed on 24/07/2020 at 17:46. Pushed by thomasfischer into branch 'kbibtex/0.10'. If user selects 'do not move/copy file', don't move/copy file FIXED-IN: 0.10 M +1 -0 ChangeLog M +4 -0 src/networking/associatedfiles.cpp https://invent.kde.org/office/kbibtex/commit/02c927722365768b470c941221e38e51debb07ad Git commit 75f6a5135d8bd9d013e2654e944bbb31d8bcab38 by Thomas Fischer. Committed on 24/07/2020 at 17:46. Pushed by thomasfischer into branch 'master'. If user selects 'do not move/copy file', don't move/copy file Forward-port of commit 02c927722365768b470c from branch 'kbibtex/0.10'. M +1 -0 ChangeLog M +4 -0 src/networking/associatedfiles.cpp https://invent.kde.org/office/kbibtex/commit/75f6a5135d8bd9d013e2654e944bbb31d8bcab38 |