fix: Fix libraries for AppImage build issue#11
Merged
Conversation
1fb96aa to
dad4c41
Compare
xuy
added a commit
that referenced
this pull request
Mar 11, 2026
Add patchelf so linuxdeploy's GTK plugin can rewrite RPATHs in bundled libraries. Without it, the AppImage loads system libs at runtime instead of its own, causing ABI crashes on distros other than the build host (e.g. Fedora when built on Ubuntu). Remove libayatana-appindicator3-dev — the project doesn't use tray/ appindicator features (no tray-icon in Cargo.toml tauri features). Supersedes #11. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 tasks
6e7c672 to
227d270
Compare
This should prevent the issues observed in Gnome when running the AppImage. This *may* drop support for much older LTS systems.
227d270 to
097f389
Compare
Collaborator
Author
|
I found the issue; the libraries packed from |
Collaborator
Author
|
Test by downloading the AppImage and running to see that it loads the main screen. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, the AppImage fails when run on a Fedora Desktop. This attempts to match other working AppImage builds using Tauri.