I'm just talking about the standard KDE desktop. After a while (many days) of running the task bar stops working properly. This is due to some sort of undiagnosed bug but that's really not my boggle at the moment. It's fixed as soon as I log out and in again.
I have to close everything and ongoing processes like virtual machines have to shut down. It's a big pain. It typically means I put up with a bit of flickering for many days.
Is there a way to just reload the desktop without bombing all the running applications?
kstart5 plasmashell
for KDE5 – Daniel Andrei Mincă Apr 05 '18 at 10:36killall plasmashell && kstart plasmashell
apparently no longer works in KDE 5. Now I'm usingkquitapp5 plasmashell && kstart5 plasmashell
. – Eduardo Lucio Aug 28 '18 at 01:26kwin_x11 --replace
(orkwin_wayland
if on wayland). I added a global shortcut onCtrl-Alt-Backspace
that runsnohup sh -c "kquitapp5 plasmashell; kstart5 plasmashell; kwin_x11 --replace &"
and it works perfectly. I can update the UI scaling without logging out and terminating all my applications. – theferrit32 Nov 20 '18 at 01:47kquitapp5 plasmashell
froze forever andkstart plasmashell
was not a valid command, but a combination of the second and third solution in this answer worked:killall plasmashell
and thenkstart5 plasmashell
. My issue was that KDE was frozen, so maybe that's whykquitapp5
also froze. – Fabian Röling Jul 29 '20 at 12:53killall plasmashell && kstart5 plasmashell
-kquitapp5
didn't help me. – Slbox Jul 28 '23 at 00:49kstart
when simpleplasmashell --replace &
seems to work just fine? – Mikko Rantalainen Aug 16 '23 at 18:25killall plasmashell && kstart5 plasmashell
– A.Casanova Jan 22 '24 at 12:53