https://bugs.kde.org/show_bug.cgi?id=400054
--- Comment #2 from Shreyansh Jain <mr.shreyan...@gmail.com> --- (In reply to Kai Uwe Broulik from comment #1) > Can you pin-point which application does those writes? I can offer to follow your instructions as I have no idea on how pin-point it. It occurs sporadically and I don't know what triggers it. > It is configuration and as such belongs in .config and this will not be > changed. Please reconsider. Configuration files should not change frequently (unless application version changes) and ideally should remain static and portable between machines. The program generates fields like this: ``` [DirSelect Dialog] DirSelectDialog Size=640,480 History Items[$e]=file:///some/path/on/local/computer ``` Clearly, these fields are set on runtime and change frequently. More appropriate location for this data is in "$HOME/.local". I'm adding user profile to VCS and these fields make me push a new commit everyday. I use git to sync my configuration across various machines and they're not holding anything that needs to be taken when switching computers. -- You are receiving this mail because: You are watching all bug changes.