Skip to content

Commit

Permalink
Update plasma.md to correct instructions (#547)
Browse files Browse the repository at this point in the history
Co-authored-by: Aldair <[email protected]>
Co-authored-by: David Harder <[email protected]>
  • Loading branch information
3 people authored Sep 14, 2024
1 parent 98e04e6 commit 91346f0
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

Avoid deleting the following directories: `~/.kde`, `~/.kde4`, `~/.local`, and `~/.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 91346f0

Please sign in to comment.