kwin occasionally hangs, which looks like the system not responding to mouse clicks or key presses - although the mouse pointer still moves when you move the mouse!
|
Similar to Robin Green's answer, but this does not require a terminal window to be open already. Instead, specify the display in which to start kwin from tty1. Hence, Press Ctrl+Alt+F1 to access a terminal. Log in. Type Press Ctrl+Alt+F7 to change back to your primary display. |
|||
|
|
|
Press Ctrl+Alt+F1. Log in. Type Press Ctrl+Alt+F7. Quit all open applications until a terminal becomes visible. Hover the mouse over the terminal application. Type What's that, no terminal application open? Tough - you'll just have to reboot. |
|||||
|
|
Just do: killall plasma-desktop plasma-desktop & you could have it all in a bash script in case you need it more times, recoverkde.sh: killall plasma-desktop plasma-desktop & |
|||||
|
|
This actually works. It is a nasty bug but at least I can recover now. In my case, there is no need to go back to the console login using ctrl+alt+f2 but using alt+f2 I can simply type 'killall plasma-desktop plasma-desktop' and then using alt+f2 again, I can run 'plasma-desktop'. Could also be used in a script of course. This way I get back my mouse and I will not lose any work. |
|||||
|