-
Notifications
You must be signed in to change notification settings - Fork 39
AppImage fuse errorΒ #361
Copy link
Copy link
Closed
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 libfuse2t64Though 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request