-
Notifications
You must be signed in to change notification settings - Fork 17
Unfocusing Detroit: Become Human to another Xwayland window makes it go black until restarted #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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. |
Happens with beamng as well by the looks of it, tho there it seems to just not do anything afterward, no sounds either |
Happens in noita as well. I've been finding that the only way to "tab out" so to speak, is to use gamescope. |
Happens with Rocket League as well |
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 |
Thanks @UjinT34 for the hint Fixes Supreeeme#54.
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: