In another post that is already closed… i found the following steps to reset the KDE theme completely…
- Log out of the GUI.
- Switch to a
tty
with Ctrl+Alt+F2. - Log in as the user with the problem.
- Issue the following commands…
find $HOME/.config/ -maxdepth 1 -name 'plasma*' -exec rm {} \;
rm -f $HOME/.cache/*.kcache
sync
- Log out of the
tty
by pressing Ctrl+D. - Switch back to the GUI with Alt+F1.
- Log into the GUI.
My question is… how do you accomplish steps 1 and 7? (source)
1… killall plasmashell
7… kstart5 plasmashell -or- kstart plasmashell
I’d like to try resetting the KDE theme to see if it resolves my “missing icons” issue.