I would like to copy-paste the settings from Konqueror from one pc to another. Same version os and Konqueror.
I seached but can’t locate a settings file like that.
Where is the settings file(s) to move to other pc?
I would like to copy-paste the settings from Konqueror from one pc to another. Same version os and Konqueror.
I seached but can’t locate a settings file like that.
Where is the settings file(s) to move to other pc?
what i usually do to find config files is make a change in your application settings and see what recently changed in your /home
folder
from my notes
#to find the last 10 recently changed files from a config change or fat fingered file save
find -type f -printf '%T@ %p\n' | sort -n | tail -10