Raminder Singh
Raminder Singh
Exact same error ```` $ ./appimagetool-x86_64.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...
I fixed it by following clues from https://github.com/AppImage/type2-runtime/issues/15#issuecomment-1764673104 I tested first with setting `FUSERMOUNT_PROG` It worked Then comment https://github.com/AppImage/type2-runtime/issues/15#issuecomment-1771155097 helped. Now I have setup symlink `ln -s /bin/fusermount /usr/bin` and...