Created
March 30, 2020 18:07
-
-
Save Sparklytical/2e313ebcd8e598c62bb084c0085186b5 to your computer and use it in GitHub Desktop.
reset kde
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Note: don’t try to delete the KDE folders when you’re logged into KDE , it will yield unsatisfactory results. | |
| Below are the steps I took to clean up : | |
| cd ~/ | |
| rm -rf .kde | |
| rm -rf .cache/plasmashell* | |
| rm -rf .cache/org.kde.dirmodel-qml.kcache | |
| rm -rf .cache/kioexec/ .cache/krunner/ .cache/ksycoca5* | |
| rm -rf .cache/krunnerbookmarkrunnerfirefoxdbfile.sqlite | |
| rm -f .config/plasma* | |
| rm -rf .config/kde* | |
| cd .local/ | |
| rm -rf kate/ kded5/ klipper/ knewstuff3/ kscreen/ konsole/ kwalletd/ ksysguard/ kmail2/ kcookiejar/ kactivitymanagerd/ | |
| cd share/ | |
| rm -rf dolphin kate kcookiejar kded5 keyrings klipper kmail2 knewstuff3 konsole kscreen ksysguard kwalletd kxmlgui5 plasma_engine_comic plasma plasma_notes org.kde.gwenview | |
| cd ~/.config/ | |
| rm -rf akonadi* KDE kconf_updaterc baloo* dolphinrc drkonqirc gwenviewrc kmail2rc k*rc katemetainfos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment