https://bugs.kde.org/show_bug.cgi?id=454965
Bug ID: 454965 Summary: Stats plugin should use XDG_STATE_HOME rather than the hardcoded .skrooge path to store files Product: skrooge Version: unspecified Platform: unspecified OS: Linux Status: REPORTED Severity: task Priority: NOR Component: general Assignee: guillaume.deb...@gmail.com Reporter: cont...@etage.io CC: steph...@mankowski.fr Target Milestone: --- The stats plugin will write a txt file summarising statistics to $HOME/.skrooge. This is hardcoded in plugins/generic/skg_statistic/skgstatisticplugin.cpp. Instead, this file should be written to $XDG_STATE_HOME (one could also argue $XDG_CACHE_HOME is appropriate). Of course when this environment variable isn't defined the path should cascade in the usual fashion. Because this is hardcoded it effects all (unpatched) Linux distros. -- You are receiving this mail because: You are watching all bug changes.