You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we package xjump using Flatpak + Wayland, then it has no window decoration. That is, there is no window title or close button. If I understand correctly, the issue is that with Wayland the application is responsible for drawing its own window. In our case, we depend on SDL doing that for us. Recent versions of SDL should be able to do that, but I am not sure if those versions are already present in the Freedesktop flatpak runtime.
The current workaround is to use --socket=x11 but that is unsatisfying because the whole point of xjump-sdl is moving to a future free from the tyranny of X. We should try again when the next release of freedesktop.Platform, using the following permissions in the manifest:
--socket=fallback-x11
--socket=wayland
The text was updated successfully, but these errors were encountered:
If we package xjump using Flatpak + Wayland, then it has no window decoration. That is, there is no window title or close button. If I understand correctly, the issue is that with Wayland the application is responsible for drawing its own window. In our case, we depend on SDL doing that for us. Recent versions of SDL should be able to do that, but I am not sure if those versions are already present in the Freedesktop flatpak runtime.
The current workaround is to use
--socket=x11
but that is unsatisfying because the whole point of xjump-sdl is moving to a future free from the tyranny of X. We should try again when the next release of freedesktop.Platform, using the following permissions in the manifest:The text was updated successfully, but these errors were encountered: