https://bugs.kde.org/show_bug.cgi?id=504556
--- Comment #3 from Tobias G. <kde-bugzilla.oink...@passmail.net> --- I fixed the issue. :) Turns out my font cache was broken as it seems for some reason. When I ran fc-list | head it returned nothing at all. So I did: rm -rf ~/.cache/fontconfig sudo rm -rf /var/cache/fontconfig And to rebuild the cache: sudo fc-cache -r -v fc-cache -r -v I rebuilt it for root and for my local user, as I guess both are relevant? Anyway, now it's working again after logging out and back in yey! I can use my notebook again :) I leave this open as I guess that Plasma should _try_ to detect this situation and handle it itself - being left with empty boxes is NOT a great experience and rendered me almost unable to do anything. -- You are receiving this mail because: You are watching all bug changes.