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

PoC AppImage? #1

Open
probonopd opened this issue Sep 5, 2021 · 3 comments
Open

PoC AppImage? #1

probonopd opened this issue Sep 5, 2021 · 3 comments

Comments

@probonopd
Copy link

probonopd commented Sep 5, 2021

Hello @mensinda, this is very interesting work.
Is there a proof-of-concept AppImage for download?
I'd be especially interested in how it works on FUSE3-only systems, where our current AppImage runtime seemingly refuses to run.

Are you aware of https://github.com/tim-janik/appimage-runtime? It seems to go into a similar direction.

@mensinda
Copy link
Owner

mensinda commented Sep 5, 2021

There are some here: https://github.com/mensinda/meson/releases/tag/0.0.13-runtime

However, those "AppImages" use a custom main executable to better work with Meson. As for FUSE3, it should if the squashfuse subproject it is compiled with FUSE3. Haven't tested it though. FUSE2 and FUSE3 will be tricky since this would require including two squashfuse versions... I guess it could be implemented by forking squashfuse and "converting" it to C++ by adding namespaces for FUSE2 and FUSE3.

Are you aware of https://github.com/tim-janik/appimage-runtime? It seems to go into a similar direction.

No, I wasn't aware of that project. The primary focus of my project is to provide a library that can be used for custom statically linked runtime creation.

@probonopd
Copy link
Author

If FUSE is compiled into the runtime statically, shouldn't it work regardless of whether the host system ships the version 2 or 3 library?

@mensinda
Copy link
Owner

mensinda commented Sep 5, 2021

It is compiled statically, but I think it expects a different hardcoded binary and I am not sure if there are differences in the API maybe.

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

No branches or pull requests

2 participants