Dependancy Install
Is there any way I can install libwebkit2gtk-4.0.so.37? I need it to run the slicer for my 3D printer because their Appimage sucks
25 Replies
Probably in a distrobox container
I layered this in to use OrcaSlicer
Yeah exactly what I am trying to run
I am just not really sure how to do it
rpm-ostree install webkit2gtk4.0
it's been submitted as an issue on github a few times already, but they aren't rolling it into the appimage for some reasonYeah I saw the git stuff. Probs because they dont particullary care too much about the linux build
Running it now hopefully it works
The bambu Studio Flatpak is also broken for me. Probs to do with shitty nvidia drivers
there's a flatpak for that now? neat
Yeah none of the 3D stuff works tho at least for me
I wouldn't know why, so I'll blame Nvidia too
Orca Launches now, However It just gets stuck with nothing 😦
on the plus side, there will (soon) be an update to OrcaSlicer that addresses the webkit2gtk4.0 dependency https://github.com/SoftFever/OrcaSlicer/pull/5919
Nice
I guess I can go into windows to run a print for now
My move to Linux is going a little less then stellar it seems
GitHub
LINUX - WAYLAND - NO 3D VIEW AFTER NVIDIA DRIVER UPDATE · Issue #64...
Is there an existing issue for this problem? I have searched the existing issues OrcaSlicer Version 2.1.1 Operating System (OS) Linux OS Version Cachyos Additional system information Kernel: Linux ...
this may address your issue
you can add those environment variables to
~/.bashrc
and then run source ~/.bashrc
or you can try to run it in a command line __GLX_VENDOR_LIBRARY_NAME=mesa __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json path/to/
OrcaSlicer_Linux_V2.1.1.AppImage
Would rather write a script that launches the appimage with those vars. Adding that to .bashrc could break other programs
rolling it into a Gear Lever shortcut would be fine too
I know how to do none of this
So I will do some research tomorrow and learn it
given that Gear Lever is provided by default, you probably have it set up to automatically create shortcuts so you can run your appimages through your application/start menu
just edit the shortcut that's created for that
No need for that even
Solution
Already lets you attach env vars
even better
Not sure if I ballsed it up tbh
But its not working atm
Its 2:40am so maybe a less tired me can work on it
Are you guys able to show me what these vars should be? I think I may be messing it up
Same ones as here
So just to be sure
Key = GLX_VENDOR_LIBRARY_NAME
Value = mesa
And
EGL_VENDOR_LIBRARY_FILENAMES
/usr/share/glvnd/egl_vendor.d/50_mesa.json