Skip to content

Bundler fails to bundle project to .appimage with little information #5321

@TheBurrowingPandaCat

Description

@TheBurrowingPandaCat

Problem

I've been goin through the Hot Dog tutorial and it fails at the very end because it fails to run the tauri bundler.

Steps To Reproduce

Steps to reproduce the behavior:

  • Go through the Hot Dog tutorial
  • Bundle on linux with dx bundle --desktop --package-types "appimage"

Expected behavior

The app should bundle into an .appimage

Screenshots

End of bundling process:

   1.452s  INFO Compiled [406/406]: hot_dog
   1.545s  INFO Bundling app...
   2.369s  INFO Server build completed successfully! 🚀 path="/data/shared/Docs/Rust/Dioxus/hot_dog/target/dx/hot_dog/debug/linux/app"
   2.369s  INFO Running desktop bundler...
   8.80s ERROR Failed to bundle project: GenericError(
    "failed to run /home/tumaonu-a/.cache/tauri/linuxdeploy-x86_64.AppImage",
)

ERROR dx bundle: `failed to run /home/tumaonu-a/.cache/tauri/linuxdeploy-x86_64.AppImage`

Environment:

  • Dioxus version: v0.7.3
  • Rust version: 1.93.1
  • OS info: ArchLinux
  • App platform: desktop

Questionnaire

I'm interested in fixing this myself but don't know where to start.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions