Open rsau opened 5 months ago
What does ls -lh $(which fusermount)
say? And what does ls -lh $(which fusermount3)
say?
$ ls -lh $(which fusermount)
lrwxrwxrwx 1 root root 11 Mar 7 2020 /bin/fusermount -> fusermount3
$ ls -lh $(which fusermount3)
-rwsr-xr-x 1 root root 39K Mar 7 2020 /bin/fusermount3
It is working fine with 823.
I'll try with latest later today.
Same error
$ ./appimaged-833-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 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
Possibly related to https://github.com/AppImage/type2-runtime/pull/18?
Can you please download, make exectuable, and run (from the command line) the appimagetool AppImage from https://github.com/AppImage/appimagetool/releases? Do you get the same error there?
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 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
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 it worked without any issues.
Possibly the same issue as https://github.com/AppImage/type2-runtime/pull/32#issuecomment-2192269868?
With latest build I get following error
Previous build works without any other changes.
I have tried above scenarios 3 times even with system restart and results are same.
The changes at https://github.com/probonopd/go-appimage/compare/832...continuous shouldn't have caused this. So I suspect something got changed during build process.
I am on Ubuntu