Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kuba3351 opened this issue Aug 1, 2024 · 1 comment
Open

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

kuba3351 opened this issue Aug 1, 2024 · 1 comment
Labels

Comments

@kuba3351
Copy link

kuba3351 commented Aug 1, 2024

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

@kuba3351 kuba3351 added the triage label Aug 1, 2024
@taukakao
Copy link
Member

taukakao commented Aug 1, 2024

  • the correct package would be libfuse2t64
  • the libfuse2t64 package can be installed manually with "abroot pkg"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants