Summary: | Unminimizing a shaded window should not unshade this window | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | DanaKil <danakil> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | minor | CC: | plasma-bugs, simonandric5 |
Priority: | NOR | ||
Version: | 5.10.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
DanaKil
2017-09-10 08:13:07 UTC
Task Manager just calls KWindowSystem::unminimizeWindow which just calls xcb_map_window. Bouncing back to kwin. In that case I'm sorry to say that this cannot be fixed. I hoped for some clever way in taskmanager which would tell more. The problem is that minimize doesn't really exist. It's just an unmap of the window, just as shade. So from window manager perspective there is no way to determine whether the window should be shaded or not. What happens is that the window gets mapped again and then we don't know the users intention. It could be map for unshade or map for unminimize or both. |