You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfocusing to another Xwayland window immediately causes it to go black (the cursor is still visible), and nothing seems to restore it until restart. Its custom cursor, the sound, and input still works though. Here's the log:
I've seen this in another game and it could be a Proton bug (or I was just too lazy to fix it). I need to check the behavior on kwin. In the meantime a workaround is to use gamescope.
This should only happen to apps thinking that they are in exclusive fullscreen mode. Wine/proton uses some x11 properties to mark "minimizing from exclusive fullscreen" when an app loses focus and use them to trigger "restore exlusive fullscreen" when focused again. Resending XCB_ICCCM_WM_STATE_NORMAL seems to be enough. But might also need some other properties that usually doesn't make sense in a wayland environment. Check hyprwm/Hyprland#6966 and related issues.
Unfocusing to a Wayland window and back is fine, here's the log:
Unfocusing to another Xwayland window immediately causes it to go black (the cursor is still visible), and nothing seems to restore it until restart. Its custom cursor, the sound, and input still works though. Here's the log:
Maybe it tries to minimize itself on unfocus and xwl-satellite needs to unminimize it or something?
The text was updated successfully, but these errors were encountered: