Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is an issue running Orca slicer AppImage on Ubuntu 24.04 #5860

Closed
1 of 3 tasks
noamix opened this issue Jun 25, 2024 · 7 comments · Fixed by #5919
Closed
1 of 3 tasks

There is an issue running Orca slicer AppImage on Ubuntu 24.04 #5860

noamix opened this issue Jun 25, 2024 · 7 comments · Fixed by #5919
Labels
bug Something isn't working

Comments

@noamix
Copy link

noamix commented Jun 25, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

OrcaSlicer_Linux_V2.1.0.AppImage

Operating System (OS)

Linux

OS Version

Ubuntu 24.04 fresh install

Additional system information

Detalles del informe del sistema


Detalles del informe

  • Fecha generada: 2024-06-25 12:41:47

Información de hardware:

  • Modelo de hardware: ASRock A320M-HDV R4.0
  • Memoria: 16,0 GiB
  • Procesador: AMD A6-9500 RADEON R5, 8 COMPUTE CORES 2C+6G × 2
  • Gráficos: NVIDIA GeForce GT 710
  • Capacidad del disco: 480,1 GB

Información de software:

  • Versión de firmware: P3.70
  • Nombre del SO: Ubuntu 24.04 LTS
  • Construcción de SO: (null)
  • Tipo de SO: 64 bits
  • Versión de GNOME: 46
  • Sistema de ventanas: X11
  • Versión del núcleo: Linux 6.8.0-35-generic

Printer

ender 3v2

How to reproduce

leo@leo-home:/Descargas$ chmod +x OrcaSlicer.AppImage
leo@leo-home:
/Descargas$ ./ OrcaSlicer.AppImage
bash: ./: Es un directorio
leo@leo-home:~/Descargas$ ./OrcaSlicer.AppImage
/tmp/.mount_OrcaSlu1xsQz/bin/orca-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

Actual results

I can't get Orca slicer to run on Ubuntu 24.04

Expected results

orca slicer must run

Project file & Debug log uploads

./OrcaSlicer.AppImage
/tmp/.mount_OrcaSlu1xsQz/bin/orca-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

Checklist of files to include

  • Log file
  • Project file

Anything else?

No response

@noamix noamix added the bug Something isn't working label Jun 25, 2024
@john-parton
Copy link

Note that you cannot even run sudo apt install libwebkit2gtk-4.0-dev to resolve, because that package no longer exists in Ubuntu 24.04. They've upgraded it to libwebkit2gtk-4.1-dev.

I don't know much about AppImage, but my general gut feeling is that a flatpak wouldn't have this same issue.

@ElectricalBoy
Copy link
Contributor

Related: prusa3d/PrusaSlicer#12931

@luigicampanaro
Copy link

This worked for me:

./OrcaSlicer_Linux_Ubuntu2404_V2.2.0-beta2.AppImage --appimage-extract
cd squashfs-root
./AppRun

@limbusdev
Copy link

limbusdev commented Oct 21, 2024

One solution is to make a symbolic link to the newer version. So it uses that one instead. There seem to be no breaking changes:

sudo ln -sf /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.1.so.0 /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37

sudo ln -sf /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-4.1.so.0 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-4.0.so.18

@chen78
Copy link

chen78 commented Nov 13, 2024

Note that you cannot even run sudo apt install libwebkit2gtk-4.0-dev to resolve, because that package no longer exists in Ubuntu 24.04. They've upgraded it to libwebkit2gtk-4.1-dev.

I don't know much about AppImage, but my general gut feeling is that a flatpak wouldn't have this same issue.

that package does not exist

@john-parton
Copy link

It probably depends on your specific version of Ubuntu. I believe there's a Ubuntu-specific AppImage. I understand the irony in having a system-specific version of a file that's supposed to be system-agnostic, but that's what I've been running and it works in my case.

@thecameluk
Copy link

Just install libfuse2t64 , Worked for me!

sudo apt install libfuse2t64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants