https://bugs.documentfoundation.org/show_bug.cgi?id=165735
Bug ID: 165735
Summary: AppImage still depends on libfuse2
Product: LibreOffice
Version: unspecified
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
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.
--
You are receiving this mail because:
You are the assignee for the bug.