-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi everyone, thanks for this great project!
I'm trying to build an AppImage, and it works, but when actually running the AppImage in Ubuntu 24.04 I get the following issue:
AppImage requires FUSE to run
On Ubuntu it seems possible to fix it by installing:
sudo apt install libfuse2t64
Though ideally, the AppImage should just run.
Is there a way to fix this on cargo-packager? Looking at some other github issues it seems FUSE is required by appimagekit
but instead appimagetool should be used. I was wondering what's the approach taken by cargo-packager? I couldn't find those 2 libraries being used in this project.
Best
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request