http://bugs.winehq.org/show_bug.cgi?id=58436
zlice zlice@crtdrift.us changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #7 from zlice zlice@crtdrift.us --- think i fixed it :)
https://github.com/fluxbox/fluxbox/blob/master/src/Window.cc#L2114
when wine request NET_ACTIVE_WINDOW it ends up calling focusRequestClient() which checks if something is fullscreen and f's off, this causes the window to not focus, so it then gets minimized. not sure why that check was ever there? i guess to prevent focusing something that's already focused, but other code should handle that case anyway?
removed the focus check and kotor seems to run fine. spec ops still needs the withdrawstate that zhiyi made.
will close as resolved. i doubt fluxbox will change it but if someone wants to make a pr go ahead, im just adding this to my fork of it