Skip to content

Failed to build for production in Arch Linux. #2

@ChubbyChipmunk77

Description

@ChubbyChipmunk77

Build / Environment Issue

Summary:
The project fails to bundle the AppImage on Arch Linux due to a failed to run linuxdeploy error.

Image

Environment

  • OS: Arch Linux x86_64
  • Kernel: 6.17.1-zen1-1-zen
  • Tauri Version: tauri-cli 2.7.1
  • Rust Version: rustc 1.90.0
  • Node Version: v24.9.0
  • Package Manager: npm
  • Build command used: npm run tauri build

What I Did

  1. Cloned the repository
  2. Installed dependencies npm i
  3. Installed mentined python dependencies into a activated venv , Arch Linux doesn't lets pip to install dependencies globally without venv through pip.
Image

4.Builded the Conversor and Cover Extractor
5.Build the project and observed this issue
The system library webkit2gtk-4.1 required by crate webkit2gtk-sys was not found.
6. Installed GTK/Webkit dependencies.

sudo pacman -S webkit2gtk-4.1 gtk4 libsoup3 glib2 cairo pango gdk-pixbuf2 atk
  1. Installed appimagetools
sudo pacman -S appimagetool desktop-file-utils gtk3 gstreamer gst-plugins-base gst-plugins-good
yay -S linuxdeploy-appimage
  1. Still observed the failed to run linuxdeploy error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions