https://bugs.kde.org/show_bug.cgi?id=460400
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Product|kde |frameworks-kconfig Summary|migrate all ordinary |KF6: migrate all ordinary |~/.config/ files into |~/.config/ files into |suitable ~/.config/ |suitable ~/.config/ |subdirectories |subdirectories CC| |kdelibs-b...@kde.org, | |n...@kde.org Component|general |general Status|REPORTED |CONFIRMED --- Comment #1 from Nate Graham <n...@kde.org> --- This is something that a lot of people have been asking for, and I think it makes sense. There are two ways I could see this working: 1. Automatically, by having kconfig write apps. rc files to ~/.config/[app name]/ automatically, instead of ~/.config. When reading, if that location doesn't exist; fall back to looking for the file in ~/.config 2. Introduce a new API to do this and deprecate the old one for KF6, so all KDE apps have to ope into it 3. Introduce a new API for this and don't deprecate the old one, so it remains opt in My preference would be #1 or #2. -- You are receiving this mail because: You are watching all bug changes.