An unofficial, automated SDL2 and SDL1.2 HG mirror. - spurious/SDL-mirror
16:38
[quakenet] <verdre> You can easily reproduce the bug by pressing Alt+F2 while you're in the game (with GNOME at least)
16:39
[quakenet] <Dune> alt+f2 works for me in fullscreen
16:40
[quakenet] <verdre> Does it show the dialog?
16:40
[quakenet] <Dune> yes
16:41
[quakenet] <verdre> That's interesting, X11 or Wayland session?
16:41
[quakenet] <Dune> huh, should be X11 (linux mint)
16:41
[quakenet] <verdre> Not sure you're using GNOME when you have Mint
16:41
[quakenet] <Dune> but alt+f2 works somehow
16:42
[quakenet] <verdre> Yeah, there's a possible workaround for this which we discussed earlier today, that workaround would be quite a hack though and might add other bugs
16:43
[quakenet] <verdre> We agreed that it's better to fix the applications since there seems to be such a small amount of apps behaving like this
16:43
[quakenet] <Dune> ah, I see. didn't imagine there'd be a workaround
16:45
[quakenet] <verdre> Workaround would be checking if any override redirect windows occupy the whole screen, and then set the monitors fullscreen state
16:45
[quakenet] <verdre> The problem is that the window manager shouldn't care about override redirect windows at all
16:49
[quakenet] <Dune> not sure if there is a workaround for Teeworlds then
[quakenet] <Dune> "The legacy fullscreen support is used if the window manager doesn't support the _NET_WM protocol, the XVidTune extension is enabled, or the SDL_VIDEO_X11_LEGACY_FULLSCREEN environment variable is set to 1. "
17:42
[quakenet] <verdre> Oy: The override redirect flag :)
17:43
[quakenet] <verdre> Dune: We do support the protocol, but no idea what xvidtune is
17:44
[quakenet] <verdre> Let me check if the flag is set somewhere in my package
17:46
[quakenet] <verdre> Nope, can't find the environment variable
17:46
[quakenet] <Oy> sdl always sets the override flag when creating a x11 window
17:47
[quakenet] <Dune> where do you see that?
17:48
[quakenet] <Dune> ah, the previous link
17:48
[quakenet] <Dune> is that for non-fullscreen windows only?
17:48
[quakenet] <Dune> I'm not sure if that means it always sets the flag