Bug 407874 - Interrupting kwin_x11 with ctrl+z freezes everything except hardware cursor
Summary: Interrupting kwin_x11 with ctrl+z freezes everything except hardware cursor
Status: RESOLVED NOT A BUG
Alias: None
Product: kwin
Classification: Plasma
Component: general (other bugs)
Version First Reported In: 5.15.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-23 18:00 UTC by retired
Modified: 2019-05-23 18:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.