Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plasma.md to correct instructions #547

Merged
merged 2 commits into from
Sep 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.
davidjharder marked this conversation as resolved.
Show resolved Hide resolved

:::

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