-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Window is not kept fullscreen after switching workspaces in i3wm #9505
Comments
I did notice this myself running i3 but it's definitely a niche setup so very low priority. Another one for the "osutk issue, fingers crossed for SDL" pile. For now a reasonable workaround might be to enable cursor confining if on multiple monitors. |
Please test with the |
SDL doesn't have full screen yet, so that will have to wait a bit. |
Not sure if this is WM-specific but I believe it's on focus lost, not anything fancy with how workstations work. On Herbstluftwm I have the same issue when focusing a window on another monitor (or switching workstations). |
I tried it today with dwm and the problem is still there so it's not WM-specific. |
I suspect this is due to OpenTk/osuTK not adhering to the EWMH specifications which X11 window managers rely upon. I believe that optional SDL2 window implementation is more compliant in this regard. (I can't find any documentation for this but anecdotally I have found it more compliant from testing with smaller C programs.) @DavidHusicka As suggested above, I would try running osu!lazer with the |
SDL doesn't implement fullscreen as I am aware of. It was already mentioned here. I will try this dwm patch but I don't have any hopes it will help. Edit: i3wm already support for EWMH and it doesn't work so I won't test the patch. |
Well, SDL itself as a library does, we're just not using that functionality yet in the framework. I probably wouldn't hold my breath when it comes to WM patches, the version of opentk we're using right now has been broken many times over in multiple ways. |
Doesn't happen on 2020.1203.0 anymore. Closing this issue. |
Describe the bug:
When switching between workspaces, osu!lazer is not kept in fullscreen and pops into windowed mode telling it's in fullscreen. Correct behaviour should be keeping osu!lazer in fullscreen (same as other games do).
Screenshots or videos showing encountered issue:
https://youtu.be/l9XiqzJIFBU
(the artefacts in video are caused by recording software)
osu!lazer version:
2020.710.0
Logs:
Not necessary
The text was updated successfully, but these errors were encountered: