https://bugs.kde.org/show_bug.cgi?id=359850
--- Comment #12 from David Faure <fa...@kde.org> --- The file manager change not sticking is a manifestation of the same bug. Discrepancy between saving and loading (new setting saved, old setting loaded). The two kcontrol modules have different saving code, but the loading code is the same. Florian: the syntax $FOO refers to environment variable. To check if an env var is set, do echo $XDG_CONFIG_HOME in a terminal (I expect this one to be empty) Does `echo $XDG_CURRENT_DESKTOP` show "KDE" ? Is there a ~/.config/kde-mimeapps.list maybe? What do these commands return? qtpaths --locate-files GenericConfigLocation kde-mimeapps.list qtpaths --locate-files GenericConfigLocation mimeapps.list qtpaths --locate-files ApplicationsLocation kde-mimeapps.list qtpaths --locate-files ApplicationsLocation mimeapps.list -- You are receiving this mail because: You are watching all bug changes.