Summary: | KF5 Akregator (4.81 beta1) saves autosaved/crashed files in wrong location | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | Alexander Kowalski <alexander.kowalski> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.1 | |
Sentry Crash Report: | |||
Attachments: | Patch to correct locations for "crashed" file as well |
Description
Alexander Kowalski
2015-08-16 08:04:55 UTC
I just looked through the available locations and it seems to me that QStandardPaths::AppDataLocation might be the right place for this. Created attachment 94051 [details]
Patch to correct locations for "crashed" file as well
I just saw that the issue with the "autosaved" file is already fixed in git, but not the one with the "crashed" file, so I made a patch to correct the path for that one as well. I also grepped through the akregator source directory to make sure I didn't miss any places where this appears, so I believe everything related to this bug should be fixed then.
Git commit a64a384a9df1c9fb280d8c64eb7071740d55d295 by Montel Laurent. Committed on 16/08/2015 at 12:12. Pushed by mlaurent into branch 'master'. Apply patch from Alexander Kowalski M +3 -3 akregator/src/akregator_part.cpp http://commits.kde.org/kdepim/a64a384a9df1c9fb280d8c64eb7071740d55d295 |