OrcaSlicer icon indicating copy to clipboard operation
OrcaSlicer copied to clipboard

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

Open FabianN opened this issue 1 year ago • 5 comments

Is there an existing issue for this problem?

  • [X] I have searched the existing issues

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

  • [ ] Log file
  • [ ] Project file

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?

FabianN avatar May 28 '24 01:05 FabianN

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

cochcoder avatar May 28 '24 04:05 cochcoder

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

Hjellvik avatar May 30 '24 09:05 Hjellvik

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

Nathan22211 avatar Jun 23 '24 09:06 Nathan22211

Duplicate of #4616

ElectricalBoy avatar Jul 10 '24 00:07 ElectricalBoy

The fuse error can be fixed by switching to this appimagetool as it uses the static runtime.

Samueru-sama avatar Jul 14 '24 19:07 Samueru-sama

Orca bot: this issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Oct 13 '24 00:10 github-actions[bot]

Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Oct 20 '24 00:10 github-actions[bot]