Skip to content

[Bug]: Tauri AppImage segfaults on Ubuntu 24.04 + Wayland #471

@bcdady

Description

@bcdady

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

  1. Download CodeNomad-Tauri-linux-x64-0.16.0.AppImage from releases
  2. chmod +x CodeNomad-Tauri-linux-x64-0.16.0.AppImage
  3. Run it:
$ ./CodeNomad-Tauri-linux-x64-0.16.0.AppImage
Segmentation fault (core dumped)
  1. Try documented workaround:
$ WEBKIT_DISABLE_DMABUF_RENDERER=1 ./CodeNomad-Tauri-linux-x64-0.16.0.AppImage
Segmentation fault (core dumped)
  1. 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_TYPEwayland)
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions