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

"fuse: failed to exec fusermount: Permission denied" #5

Closed
vitaly-zdanevich opened this issue Jul 26, 2024 · 4 comments
Closed

"fuse: failed to exec fusermount: Permission denied" #5

vitaly-zdanevich opened this issue Jul 26, 2024 · 4 comments

Comments

@vitaly-zdanevich
Copy link

$ chmod u+x Steam-1.0.0.79-2-x86_86.AppImage 
$ ./Steam-1.0.0.79-2-x86_86.AppImage 
fuse: failed to exec fusermount: Permission denied

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
open dir error: No such file or directory
@ivan-hc
Copy link
Owner

ivan-hc commented Jul 26, 2024

Hi, this message appears because this AppImage works with fuse3

@Samueru-sama
Copy link
Contributor

Samueru-sama commented Jul 27, 2024

Are you using gentoo? You might be affected by a bug in the new runtime.

There is actually a fix in the works, but it is taking a while for it to be merged.

iirc the problem is that on gentoo /usr/bin/fusermount doesn't have read permission for the user. Which the new runtime needs.

So the only thing you can do in the meantime is to change the permissions of /usr/bin/fusermount so that it can be read by the user.

@Samueru-sama
Copy link
Contributor

Samueru-sama commented Jul 27, 2024

This other trick might work in the meantime, if it works you don't have to be messing with /usr/bin/fusermount

FUSERMOUNT_PROG=$(which fusermount) ./Steam-1.0.0.79-2-x86_86.AppImage

FUSERMOUNT_PROG can be defined in your bash_profile or zprofile, etc btw.

Edit: Btw you might want to re-download the appimage as there has been some fixes.

@vitaly-zdanevich
Copy link
Author

FUSERMOUNT_PROG=$(which fusermount) ./Steam-1.0.0.79-2-x86_86.AppImage

Now it run, thanks.

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

3 participants