Can you confirm that it’s only the taskbar that freezes? Do any other DE components (e.g. app launcher (shortcut meta + f2 by default)) work or do they freeze/not respond as well?
You could check various logs for errors:
- syslog (
/var/log/syslog
ordmesg
) - unit files of Plasma components (
journalctl -xeu $UNITNAME
; e.g.journalctl -xeu sddm.service
)
Did you install any non-standard drivers? If your system has an nVidia GPU bumblebee, nouveau and the closed-sourced driver all can cause this issue.