AppImage still depends on libfuse2 #11

Open
opened 2025-07-14 19:00:27 +00:00 by emiliano.vavassori · 0 comments

Description:
The appimage builds still depend on libfuse2 because they are using the old AppImage/AppImageKit instead of AppImage/appimagetool.

Steps to Reproduce:
Download the appimage

Actual Results:
It complains that libfuse2 is missing

Expected Results:
It should be using the new appimagetool that removes said dependency, this has been out for 3 years at this point.

Reproducible: Always

User Profile Reset: No

Additional Info:
All that has to be done is update the url here: https://git.libreitalia.org/libreitalia/loaih/src/branch/main/src/loaih/build.py#L263

In other words replace "AppImage/AppImageKi" for "AppImage/appimagetool"

The new appimagetool is a drop in replacement, so no other changes are needed.

Thanks to Sameru and Ivan.
Original bug report: TDF#165735

Description: The appimage builds still depend on libfuse2 because they are using the old AppImage/AppImageKit instead of AppImage/appimagetool. Steps to Reproduce: Download the appimage Actual Results: It complains that libfuse2 is missing Expected Results: It should be using the new appimagetool that removes said dependency, this has been out for 3 years at this point. Reproducible: Always User Profile Reset: No Additional Info: All that has to be done is update the url here: https://git.libreitalia.org/libreitalia/loaih/src/branch/main/src/loaih/build.py#L263 In other words replace "AppImage/AppImageKi" for "AppImage/appimagetool" The new appimagetool is a drop in replacement, so no other changes are needed. Thanks to [Sameru](mailto:samuelsmash(at)hotmail.com) and [Ivan](mailto:ivan160286(at)gmail.com). Original bug report: [TDF#165735](https://bugs.documentfoundation.org/show_bug.cgi?id=165735)
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: libreitalia/loaih#11
No description provided.