You are not logged in.
Hello, i make some error on my kde window settings and cant run menu aplications and plazma settings.
Its possible to remove my profile and make new or maybe reset ALL kde settings ?
Offline
rm -r ~/.kde*
Note. That command I gave is not a joke, but be very careful when you type it -- typos could be disasterous. It is telling your system to recursively remove all directories that start with .kde , and all their contents from your $HOME directory.
A safer method might be to use the ls command to locate all directories that start with .kde in $HOME, then use the mv command and rename those directories to a different name.
Last edited by ewaller (2014-02-14 16:01:41)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
It might be safer to:
$ cd .kde4
$ rm -r *
$ cd ..
$ cd .kde
$ rm -r *---
"You know what they say: no good deed goes unpunished."
Offline
what are current instructions to Reset KDE settings [all] ?
Offline