Did a bit'a readin and thought #OrcaSlicer looked like it had a few nice improvements to #SuperSlicer. Their GitHub releases page had a file called OrcaSlicer_V1.6.4-beta2_Linux.zip
so I figured I give it a try. I was a bit concerned when I opened that zip and found it contained a file called OrcaSlicer_ubu64.AppImage
, but hey, it's an AppImage right, should be fine...nope. First run from cli just to see what it spits out and what'a'ye know, error while loading shared libraries: libwebkit2gtk-4.0.so.37
. A quick sifting through the AppImage contents and guess how many .so files it had in it; yup, not'a one.
What's the point of making an #AppImage / #Flatpak / #Snap if you're not gonna include the required libraries to run it?