Created
September 29, 2025 18:52
-
-
Save lry127/237a90c66d32dc61337f796718360fba to your computer and use it in GitHub Desktop.
Resetting KDE to solve black screen problem after login.
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
| # source: https://andreas.scherbaum.la/post/2016-09-29_how-to-reset-your-kde-without-deleting-everything-else/ | |
| rm -rf .kde/ | |
| rm -f .kderc | |
| rm -rf .config/*plasma* | |
| rm -rf .config/*kde* | |
| rm -rf .config/*kwin* | |
| rm -rf .local/share/kded5 | |
| rm -rf .config/session/kwin_* | |
| rm -rf .gtkrc-2.0* | |
| rm -rf .cache/upstart/startkde.log* | |
| rm -f .xsession-errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment