Summary: | dragging dolphin window to other desktop maximizes it horizontally | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | John Andrew McInnes <s2> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | minor | CC: | notmart |
Priority: | NOR | ||
Version: | 5.2.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=324957 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John Andrew McInnes
2015-04-01 21:02:25 UTC
If the window is maximized (in either direction and for whatever reason) it's maximized, that doesn't change on screen changes. Altering the screen doesn't change the state and of course aligns to the new available geometry - the behavior has been nothing different in KDE4. The crucial aspect is the maximization flag (check output of "xprop _NET_WM_STATE") The initial maximization for oversized windows is because of a dead-old hack, working around KMainWindow's wonky state saving (maximized windows are re/stored by desktop size + 1 - yes: that *is* stupid) which has to stay at least as long as there're any KDE 4 applications around, sorry. You can (horizontally) unmaximize windows by middle clicking the maximize button. |