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
Arch Linux, Wayland. thunderbolt desktop appimage version v0.1.101
The downloaded AppImage fails to run: Could not create default EGL display: EGL_BAD_PARAMETER. Aborting.... same for extracting appimage and running the AppRun.
This seems to be a common issue with tauri AppImage:
export LD_PRELOAD=/usr/lib/libwayland-client.so
./Thunderbolt_0.1.101_amd64.AppImage
# or with this env, extract appimage, cd squashfs-root and run ./AppRun# WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 does not work
Possible fixes
maybe somehow exclude libwayland-client.so from the appimage so the appimage can fallback to the system one?
Arch Linux, Wayland. thunderbolt desktop appimage version v0.1.101
The downloaded AppImage fails to run:
Could not create default EGL display: EGL_BAD_PARAMETER. Aborting.... same for extracting appimage and running the AppRun.This seems to be a common issue with tauri AppImage:
gitbutlerapp/gitbutler#5282
jely2002/youtube-dl-gui#603
There is a workaround:
Possible fixes