Appimage运行失败

Appimage运行失败

1
2
3
4
5
6
7
8
This doesn't look like a squashfs image.

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

运行以下命令即可

1
sudo chmod u+s `which fusermount`