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

Appimages won't work with fuse3 unless fusermount is symlinked to fusermount3 #278

Closed
Samueru-sama opened this issue Apr 14, 2024 · 4 comments

Comments

@Samueru-sama
Copy link

Context: ivan-hc/AM#387

Archlinux has separate fuse2 and fuse3 packages, and they never get symlinked, so if only fuse3 is installed and you try to use an appimage that can work with fuse3 it won't actually work because it will give a missing fusermount error.

Doing an ln -s /usr/bin/fusermount3 /usr/bin/fusermount fixes the issue. But I don't know if this is an intended behavior of the distro or the fuse packages themselves. And also shouldn't the appimage itself try to use fusermount3 anyway?

It seems like debian does symlink fusermount to fusermount3.

@probonopd
Copy link
Owner

probonopd commented Apr 14, 2024

@probonopd
Copy link
Owner

Please try https://github.com/probonopd/go-appimage/releases/tag/continuous

@Samueru-sama
Copy link
Author

Please try https://github.com/probonopd/go-appimage/releases/tag/continuous

Thank you, it works now!

@probonopd
Copy link
Owner

Thanks for bringing this up and for testing. 👍

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