Summary: | new windows have no border if previous window was tiled | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Judas C <ikkohime> |
Component: | decorations | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Judas C
2015-04-20 14:08:24 UTC
The window is stored/reopened in vertical maximization mode, check xprop _NET_WM_STATE (the click the window) That's not really a bug (the deco is encouraged to remove the resp. borders in that state), but likely (related to) bug #324957 There's slight inprovement in KDE5, but as long as KDE4 clients stay around, we cannot remove the WM side part of the "hack" (and even afterwards we'd need to check behavior of other clients itw.) I'll dupe this to the KMainWindow bug. *** This bug has been marked as a duplicate of bug 324957 *** xprop reports : _NET_WM_STATE(ATOM) = _NET_WM_STATE_MAXIMIZED_VERT Indeed it seems related to 324957 Too bad there's no fix. Thanks anyway. |