Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: Orer on 31 December 2023, 21:04:21

Title: [SOLVED] Troubles with start Appimage
Post by: Orer on 31 December 2023, 21:04:21
Hi I am a new user of Artix Linux
My init is open-rc, and I have problem with start appimage apps. I have installed libappimage, fuse, fuse openrc but when I try to start appimage app it only write :

Something went wrong trying to read the 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

Maybe someone have whis troubles also and can help me)
Title: Re: Troubles with start Appimage
Post by: tintin on 01 January 2024, 09:07:19
Hello,
How do you launch the Appimage ?
Title: Re: Troubles with start Appimage
Post by: Hitman on 01 January 2024, 16:43:14
Hi, you either need to start (and enable for persistance's sake) the fuse service, or run "modpobe fuse" and job done :-)
Title: Re: Troubles with start Appimage
Post by: tintin on 01 January 2024, 17:17:35
Hi, you either need to start (and enable for persistance's sake) the fuse service, or run "modpobe fuse" and job done :-)
"modpobe fuse" : Probably a typo ?
Maybe modprobe fuse ...
Title: Re: Troubles with start Appimage
Post by: Orer on 02 January 2024, 00:26:26
Hi I am a new user of Artix Linux
My init is open-rc, and I have problem with start appimage apps. I have installed libappimage, fuse, fuse openrc but when I try to start appimage app it only write :

Something went wrong trying to read the 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

Maybe someone have whis troubles also and can help me)

Thanks all of you for help). I find I probably not so lucky and appimage I try to launch was corrupted. But thanks one more time for help :)))