I want to restart my plasma desktop/shell without rebooting my machine and was looking for a way to do so. Is there some konsole command or something that would do just that?
Asked
Active
Viewed 5.4k times
6 Answers
21
Kill plasmashell and start it in the background.
killall plasmashell
plasmashell > /dev/null 2>&1 & disown
3
I'm having trouble with KDE right now. Sometimes it boots in a black screen, no nothing.
But if you type ALT+F2 and open up a konsole, you can see KDE is just running fine without plasmashell. No plasmashell in the process table, no need to kill it. In my case, just typing:
kstart5 plasmashell
will solve the case.
Also, no need to tell it to go on background (or disown it), because it will do just that anyway. You can close the konsole and it will keep running just fine.
DrBeco
- 2,125
3
I am running plasmashell 5.26.4 and the easiest way to restart it is
plasmashell --replace &
stollr
- 212
-1
In Debian 8 it's:
killall plasma-desktop && plasma-desktop
to restart
Journeyman Geek
- 133,878
n00b
- 1