https://bugs.winehq.org/show_bug.cgi?id=57285
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #77562|0 |1 is obsolete| |
--- Comment #11 from Rémi Bernon rbernon@codeweavers.com --- Created attachment 77576 --> https://bugs.winehq.org/attachment.cgi?id=77576 Fix
This looks like another instance of Mutter-based WM confusing themselves after doing their little dance on _MOTIF_WM_HINTS changes.
The attached patch seems to fix it, although there's no reason for it to other than changing the sequence of events to please the window manager, it could also very well break other WMs, and I'm not sure we want to merge that at this point.
That change was actually part of some other series of WM workarounds I had prepared in https://gitlab.winehq.org/wine/wine/-/merge_requests/6944, also partly helping KWin maximized state confusion.