Summary: | wrong window behaviour on multi-monitor setup | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | David Chmelik <dchmelik> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | nate, plasma-bugs |
Priority: | NOR | Keywords: | regression |
Version: | 5.23.1 | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=443787 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Chmelik
2021-10-20 04:22:23 UTC
Hmm, I think this was supposed to have been fixed in 5.23.1 with Bug 443787... I stated I'm using 5.23.1 but it's all still happening. Also the program on the left half of the 4K, after screen has been off a long time, usually moves up to the top monitor. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2573 Happens similarly in other X Window System (X) window managers (WM) & desktop environments (DE) also so seems upstream. Git commit ba0799974ed7b30b973c6a6a40c35be4d30d2ca2 by Xaver Hugl. Committed on 31/08/2022 at 20:30. Pushed by zamundaaa into branch 'master'. workspace: restore window position after output changes Related: bug 455066, bug 374908, bug 454003, bug 453589 M +1 -0 src/CMakeLists.txt A +197 -0 src/placementtracker.cpp [License: GPL(v2.0+)] A +68 -0 src/placementtracker.h [License: GPL(v2.0+)] M +6 -0 src/window.cpp M +3 -0 src/window.h M +29 -0 src/workspace.cpp M +3 -0 src/workspace.h https://invent.kde.org/plasma/kwin/commit/ba0799974ed7b30b973c6a6a40c35be4d30d2ca2 |