Support native Wayland
Feature request: support native Wayland. Attempting to run DevPod without Xwayland results in the error:
Gtk-WARNING **: 18:23:46.629: cannot open display:
I have been using native Wayland for all my apps for 3+ years now without issues but this is currently considered a dependency.
Hi @rieje this is an appimage limitation which does not support wayland
if you want a native wayland experience you'll need to use the tar.gz release (and take care of the dependencies)
@89luca89 I'm using multiple Electron-based AppImages with Wayland by providing the flags --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto but these do not seem to work with DevPod
This worked for me.
flatpak run --env=__NV_DISABLE_EXPLICIT_SYNC=1 sh.loft.devpod
It seems to be related to this issue: https://github.com/tauri-apps/tauri/issues/9394