devpod icon indicating copy to clipboard operation
devpod copied to clipboard

Support native Wayland

Open rieje opened this issue 1 year ago • 3 comments

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.

rieje avatar May 26 '24 23:05 rieje

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 avatar May 28 '24 15:05 89luca89

@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

forabi avatar Jul 12 '24 15:07 forabi

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

mason3263 avatar May 13 '25 23:05 mason3263