I am running into a problem where my KDE Plasma taskbar (example pictured below) freezes randomly every so often.
The only way to unfreeze the taskbar (and get it to render in a current state) was from a solution I found here which inspired me to write the following script:
#!/bin/sh
killall plasmashell && kstart5 plasmashell
(kquitapp5 plasmashell && kstart5 plasmashell) & >/dev/null &
It's nice that I have found a way to manually get out of the frozen state, but I am trying to find a solution that doesn't entail me having to stop what I am doing to run a script because of a bug. All of this is to ask:
- Is there a way to trigger this script when the taskbar gets into a frozen state? If not...
- Is there already a fix for this somewhere?
I am running Kubuntu 23.10, Plasma 5.27.8