Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 6311  / 3 Years ago, sun, september 26, 2021, 10:01:58

I just started using the Development branch of Ubuntu 22.04 (jammy) and I think it's great!


The only problem is AppImage won't seem to open. I've tried opening it, and it has no prompts or anything, (more specifically, I'm trying to open Ultimaker Cura 4.13.1).


More From » appimage

 Answers
0

  1. You need to make the downloaded program executable.
    Either by right click the app then select "Permissions" tab and check "Allow executing file as program", or using the command


    chmod a+x Ultimaker_Cura-4.13.1.AppImage


  2. To run the program, add (dot) and (dash) before the program name


    ./Ultimaker_Cura-4.13.1.AppImage


  3. The command will shows you the problem, which is (AppImages require FUSE to run).


    To work around that, extract the app using the following code


    ./Ultimaker_Cura-4.13.1.AppImage --appimage-extract



That will create a folder with name "squashfs-root" you can run the app using the "AppRun" inside the folder.
Another option is to install the "libfuse2" as mentioned in the other answer.


[#664] Tuesday, September 28, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
thellfi

Total Points: 222
Total Questions: 103
Total Answers: 123

Location: Palau
Member since Mon, Aug 16, 2021
3 Years ago
thellfi questions
;