I’ve just spent a couple of hours learning and configuring Krusade to my liking (on Fedora 44 with KDE Plasma). However, I cannot find where the configuration is saved. I’d hate to lose my settings…
The documentation has an appendix that declares where the files should be, but it seems outdated:
The /usr/share/krusader/foo.keymap and the /usr/share/krusader/foo.color do not exist. ):
Almost all other settings are stored exactly where I expect them to be: ~/.config/krusaderrc
It seems there are presets for Total Commander in this location: /usr/share/krusader
I’ve tried searching through my system (using Krusader), but I am unable to find anything relevant.
i don’t have any particular insights into krusader, but if you want see what files have changed when you make a change in any application you can use something like this command
i’ve added it to a bash script and call watch on it so it runs in a console window and constantly reports what is changing as i work.
note: it excludes some high traffic directories but if you are trying to investigate a snap package, you will want to remove that -prune from the command.