-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
Comments
Note that you cannot even run I don't know much about AppImage, but my general gut feeling is that a flatpak wouldn't have this same issue. |
Related: prusa3d/PrusaSlicer#12931 |
This worked for me:
|
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 |
that package does not exist |
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. |
Just install libfuse2t64 , Worked for me! sudo apt install libfuse2t64 |
Is there an existing issue for this problem?
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
Información de hardware:
Información de software:
Printer
ender 3v2
How to reproduce
leo@leo-home:
/Descargas$ chmod +x OrcaSlicer.AppImage/Descargas$ ./ OrcaSlicer.AppImageleo@leo-home:
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
Anything else?
No response
The text was updated successfully, but these errors were encountered: