SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
5.98k stars 677 forks source link

Unable to install Appimage on Ubuntu 22.04 - Fuse3 vs Fuse2? #5482

Open FabianN opened 1 month ago

FabianN commented 1 month ago

Is there an existing issue for this problem?

OrcaSlicer Version

2.0.0

Operating System (OS)

Linux

OS Version

Ubuntu 24.04

Additional system information

No response

Printer

Bambulab P1S

How to reproduce

  1. Add execution permissions to downloaded file "OrcaSlicer_Linux_V2.1.0-alpha.AppImage"
  2. Run file "OrcaSlicer_Linux_V2.1.0-alpha.AppImage"

Actual results

Get this output:

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

Expected results

install should run

Project file & Debug log uploads

NA, can't install, no logs available

Checklist of files to include

Anything else?

I did some digging and it sounds like I need fuse2 for OrcaSlicer but it looks like I already have fuse3 installed and what I found suggests that downgrading my fuse version risks breaking other packages. Is there some way to get this to work with fuse3?

cochcoder commented 1 month ago

Have you tried running ./OrcaSlicer_Linux_V2.1.0-alpha.AppImage --appimage-extract in the folder it's downloaded?

Hjellvik commented 1 month ago

Have you tried running ./OrcaSlicer_Linux_V2.1.0-alpha.AppImage --appimage-extract in the folder it's downloaded?

kristian@kristian-MAIN:~/Documents$ ./OrcaSlicer_Linux_V2.0.0.AppImage --AppImage-extract /tmp/.mount_OrcaSlHqBRFg/bin/orca-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

Nathan22211 commented 2 weeks ago

the webkit2gtk issue is known to occur in modern distros as well. webkit2gtk and I think one other package need to be installed manually, especially on Arch distros