On Sat, Jun 17, 2023 at 10:45:37AM +0100, Simon McVittie wrote: > Source: fuse-emulator > Tags: trixie sid > User: pkg-sdl-maintain...@lists.alioth.debian.org > Usertags: libsdl1.2
Tested with - fuse-emulator-sdl 1.6.0+dfsg1-2 - libsdl1.2-compat / libsdl1.2-compat-shim 1.2.64-2 > 1. Install libsdl1.2-compat-shim and run the program in an X11 environment, > such as "GNOME on Xorg" or XFCE. > ($XDG_RUNTIME_DIR/wayland-* should not exist) This seems to work perfectly fine. > 2. Install libsdl1.2-compat-shim and run the program in a Wayland > environment such as GNOME's default mode, using Xwayland. > ($XDG_RUNTIME_DIR/wayland-* should exist) This seems to work perfectly fine. > 3. Install libsdl1.2-compat-shim and run the program in a Wayland > environment, but this time with environment variable > SDL_VIDEODRIVER=wayland so that it uses the native Wayland interface > (this is not currently the default for SDL 2). The window appears without decorations so it's impossible to move it. Otherwise it seems to work fine. Switching between fullscreen and normal mode also works as expected. > 4. Install libsdl1.2-compat-dev and recompile the package. The package builds fine without issues. Berto