Skip to content

Commit

Permalink
Update plasma.md
Browse files Browse the repository at this point in the history
Remove advice to delete ~/.kde

Add note to advise not to delete directories KDE recommends against deleting.
  • Loading branch information
TraceyC77 authored Jun 4, 2024
1 parent 8d11c38 commit e931199
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/user/troubleshooting/plasma.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,16 @@ ls -laH

You should see the files you would usually see in your home directory when logged into Solus normally.

:::caution Important

The KDE project cautions users to not delete these directories: `~/.kde, ~/.kde4, ~/.local or ~/.config`.

:::

1. Remove the various caches that Plasma uses.
Execute the following commands:

```bash
rm -rf .kde
rm -rf .cache/plasmashell*
rm -rf .cache/org.kde.dirmodel-qml.kcache
rm -rf .cache/kioexec/ .cache/krunner/ .cache/ksycoca5*
Expand Down

0 comments on commit e931199

Please sign in to comment.