https://bugs.kde.org/show_bug.cgi?id=466160
Rémi Bernon <rber...@codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rber...@codeweavers.com --- Comment #5 from Rémi Bernon <rber...@codeweavers.com> --- Created attachment 156638 --> https://bugs.kde.org/attachment.cgi?id=156638&action=edit Wine repro case source Fwiw I was investigating a similar issue some time ago, and figured a difference between KWin and several other window managers, with the attached test case source. 1) Build source to kde-446160.exe with `x86_64-w64-mingw32-gcc -o kde-446160 kde-446160.c`. 2) Run with `wine kde-446160.exe`, this opens a window in the same way as the problematic games, and keeps it fullscreen for 5s. 3) The window is supposed to be fullscreen and above all other windows. With KDE it stays below the taskbar and doesn't have input focus. Note that the code also asserts what Wine believes, and from its point of view, the window *is* foreground, active and focused. I tested and reproduced today in a Manjaro VM with wine 8.1-1 and kwin 5.26.5-2. -- You are receiving this mail because: You are watching all bug changes.