Bug 407874

Summary: Interrupting kwin_x11 with ctrl+z freezes everything except hardware cursor
Product: [Plasma] kwin Reporter: retired <pepko94>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kde
Priority: NOR    
Version First Reported In: 5.15.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description retired 2019-05-23 18:00:26 UTC
When kwin is being run from console, interrupting instance started with "kwin_x11 --replace" freezes my screen.
If I start it with "kwin_x11 --replace &" then it's not an issue.

I'm not sure if it's a major concern, however I don't think that whole screen should be frozen in such scenario.
Comment 1 David Edmundson 2019-05-23 18:11:37 UTC
You're freezing the process responsible for rendering, it can't do anything else.
Comment 2 retired 2019-05-23 18:59:54 UTC
Fair enough, freezing whole screen still seems a bit drastic, unless kwin can't do anything about it since it's interrupted from outside.