Summary: | "Exclusive" fullscreen Wine games freeze after Alt+Tab → refocusing | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | fililip <team> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, pollux66, team |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 6.3.90 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/a49dc8e4e7a11677f22d08247a4cb015cee210bd | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
fililip
2025-05-16 09:41:27 UTC
Bisected to: 0b6decb103b01187d7665cc9942687df1f1ff22f is the first bad commit commit 0b6decb103b01187d7665cc9942687df1f1ff22f Author: Xaver Hugl <xaver.hugl@gmail.com> Date: Wed Jan 1 22:26:25 2025 +0100 remove the x11 operation mode, and the x11 standalone backend A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/7623 Git commit ba13665e9ea72da5e52c8d486dc97c9e987498c1 by Vlad Zahorodnii. Committed on 17/05/2025 at 12:49. Pushed by vladz into branch 'master'. Properly unmap minimized and hidden X11 windows Amends 0b6decb103b01187d7665cc9942687df1f1ff22f. This is what kwin used to do prior to the split. Video games probably break because they monitor UnmapNotify events, and with internalKeep() they never arrive. M +2 -2 src/x11window.cpp https://invent.kde.org/plasma/kwin/-/commit/ba13665e9ea72da5e52c8d486dc97c9e987498c1 Git commit a49dc8e4e7a11677f22d08247a4cb015cee210bd by Vlad Zahorodnii. Committed on 17/05/2025 at 12:50. Pushed by vladz into branch 'Plasma/6.4'. Properly unmap minimized and hidden X11 windows Amends 0b6decb103b01187d7665cc9942687df1f1ff22f. This is what kwin used to do prior to the split. Video games probably break because they monitor UnmapNotify events, and with internalKeep() they never arrive. (cherry picked from commit ba13665e9ea72da5e52c8d486dc97c9e987498c1) M +2 -2 src/x11window.cpp https://invent.kde.org/plasma/kwin/-/commit/a49dc8e4e7a11677f22d08247a4cb015cee210bd *** Bug 504555 has been marked as a duplicate of this bug. *** |