App Variant
Tauri
Operating System & Version
Ubuntu 24.04 (Linux), Wayland session
Issue Summary
The Tauri AppImage (v0.16.0, x64) immediately segfaults on launch. The documented workaround (WEBKIT_DISABLE_DMABUF_RENDERER=1) does not help, nor does forcing X11 via GDK_BACKEND=x11.
Steps to Reproduce
- Download
CodeNomad-Tauri-linux-x64-0.16.0.AppImage from releases
chmod +x CodeNomad-Tauri-linux-x64-0.16.0.AppImage
- Run it:
$ ./CodeNomad-Tauri-linux-x64-0.16.0.AppImage
Segmentation fault (core dumped)
- Try documented workaround:
$ WEBKIT_DISABLE_DMABUF_RENDERER=1 ./CodeNomad-Tauri-linux-x64-0.16.0.AppImage
Segmentation fault (core dumped)
- Try forcing X11 backend:
$ GDK_BACKEND=x11 WEBKIT_DISABLE_DMABUF_RENDERER=1 ./CodeNomad-Tauri-linux-x64-0.16.0.AppImage
Segmentation fault (core dumped)
All three produce exit code 139.
Expected Behavior
The Tauri desktop app should launch, or at minimum produce a meaningful error message instead of a segfault.
Logs & Screenshots
No output is produced before the segfault — just Segmentation fault (core dumped).
Additional Context
- Session type: Wayland (
echo $XDG_SESSION_TYPE → wayland)
libwebkit2gtk-4.1-0 is installed
- The server CLI mode (
npx @neuralnomads/codenomad) works fine on the same system
- The README notes Tauri is "experimental"
Co-Authored-By: Oz oz-agent@warp.dev
App Variant
Tauri
Operating System & Version
Ubuntu 24.04 (Linux), Wayland session
Issue Summary
The Tauri AppImage (v0.16.0, x64) immediately segfaults on launch. The documented workaround (
WEBKIT_DISABLE_DMABUF_RENDERER=1) does not help, nor does forcing X11 viaGDK_BACKEND=x11.Steps to Reproduce
CodeNomad-Tauri-linux-x64-0.16.0.AppImagefrom releaseschmod +x CodeNomad-Tauri-linux-x64-0.16.0.AppImageAll three produce exit code 139.
Expected Behavior
The Tauri desktop app should launch, or at minimum produce a meaningful error message instead of a segfault.
Logs & Screenshots
No output is produced before the segfault — just
Segmentation fault (core dumped).Additional Context
echo $XDG_SESSION_TYPE→wayland)libwebkit2gtk-4.1-0is installednpx @neuralnomads/codenomad) works fine on the same systemCo-Authored-By: Oz oz-agent@warp.dev