How to run eduke32 or nBlood on Wayland?
Eduke32 source port doesn't start for some reason on Wayland properly. You can hear the sound of the menu, but a window doesn't appear. I found a solution on AUR, this makes sure eduke32 runs in a X11 setting, without us need to switch back to it.
Run your program from the terminal, like this:
$ SDL_VIDEODRIVER=x11 eduke32

