Oolite's test uses xwfb-run which assumes XWayland. It should be changed to try native Wayland and fallback to XWayland to support moving to SDL3. According to AI, this can be done like this:
dbus-run-session -- cage -- ./your-app
On Debian systems, these dependencies are needed:
cage xwayland libwayland-bin dbus-x11
Oolite's test uses xwfb-run which assumes XWayland. It should be changed to try native Wayland and fallback to XWayland to support moving to SDL3. According to AI, this can be done like this:
On Debian systems, these dependencies are needed:
cage xwayland libwayland-bin dbus-x11