Intuitivo
Install app intuitivo
- Download the Appimage1 file
- Make it executable
- run it ./intuitivo.appimage
Some older AppImages require FUSE (Filesystem in Userspace). If your AppImage fails to run with an error like:
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
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
4. install fuse
[jpn@thinkpad ~]$ sudo pacman -S fuse2
5. run the app again
./intuitivo.appimage
REF
- /Users/jpn/figma-linux/scripts/appimage.sh