FreeCAD / FreeCAD-Bundle

Stand-alone repo to Build and Deploy installable FreeCAD images. Do not open general FreeCAD issues here.
https://freecad.org
GNU Lesser General Public License v2.1
340 stars 65 forks source link

AppImage 1.0RC4 does not run on Ubunto 20.04 LTS #339

Closed AIRCAP closed 1 week ago

AIRCAP commented 1 week ago

Is there an existing issue for this?

Problem description

I can run 1.0RC2 AppImage with no problems, just setting the downloaded file to executable and running it.

When I try to run 1.0RC4 AppImage I get the following error:

./FreeCAD_1.0.0RC4-conda-Linux-x86_64-py311.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

the same error also appears on Ubuntu 18.04

It does work with "--appimage-extract-and-run" - but that shouldn't be necessary.

Full version info

Ubuntu 20.04.1 LTS

AppImage 1.0-RC4

Subproject(s) affected?

Other (specify in description)

Anything else?

Packaging - AppImage

Code of Conduct

maxwxyz commented 1 week ago

Duplicate of https://github.com/FreeCAD/FreeCAD-Bundle/issues/337