https://bugs.kde.org/show_bug.cgi?id=469906
--- Comment #1 from Enmk <v.nem...@gmail.com> --- Update: Happened today again and since the window frames were missing too (only content is visible) I thorught that this might be related to KWin. So there is a simple fix from second tty (switching by Ctrl+Alt+F2): ``` $ killall kwin # -- that says something like "not found kwin" $ DISPLAY=:0 kwin --replace & # restarts KWin and everything is back to normal ``` It would be nice if KWin wouldn't crash, but a backup mechanism of restarting KWin if it is absent/not healthy would solve my workflow in 99% of cases. Can someone please draft a script that would do something like that as a short-term solution? -- You are receiving this mail because: You are watching all bug changes.