From the terminal, navigate (cd) to your /home/your_username folder then run: That should list all the folders and files in that folder, including the hidden kde config files and folders.
You can remove files and folders with the rm and rmdir commands: Code: rmdir folder_name
rm file_name
Then when you go to log back into kde, the config files should rebuild themselves.
You might want to simply rename the old config files rather than delete them using the mv (move) command. Then, if KDE works properly on logging in, you can then delete the old config files from the GUI. Code: mv old_file_name new_file_name
|