Vanilla-OS / desktop-image

Containerfile for the Vanilla OS Desktop image.
https://images.vanillaos.org/#/recipe/desktop
GNU General Public License v3.0
28 stars 19 forks source link

add libfuse-dev to the system image to enable appImage support #197

Open kuba3351 opened 1 month ago

kuba3351 commented 1 month ago

Feature Description

AppImages does not runon Vanilla OS because complains about lack of FUSE

The issue can be solved by executing abroot apk add libfuse-dev, abroot upgrade -f and system restart

I think it should be nice to have libfuse-dev package included on the base image because it enables Vanilla OS to support AppImages out of the box

Rationale

This will enable Vanilla OS to support AppImage, a portable app format

Additional Information

No response

taukakao commented 1 month ago

I'm not opposed to adding this package but it's worth to note that AppImage is an unreliable and unsafe method of app distribution and can never be 100% supported because of the way it works.