-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Build / Environment Issue
Summary:
The project fails to bundle the AppImage on Arch Linux due to a failed to run linuxdeploy error.
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
- Cloned the repository
- Installed dependencies
npm i - Installed mentined python dependencies into a activated venv , Arch Linux doesn't lets pip to install dependencies globally without venv through pip.
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- Installed appimagetools
sudo pacman -S appimagetool desktop-file-utils gtk3 gstreamer gst-plugins-base gst-plugins-good
yay -S linuxdeploy-appimage- Still observed the
failed to run linuxdeployerror.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working