Hello Guixers,
I got myself a 3D printer and am trying to run Orcaslicer on my Guix
machine but got stuck with missing dependencies. Adding "fuse" or
"squashfuse-for-appimage" to the shell command does not install the
library it seems and there is no libfuse or fuselib in Guix.
> guix shell --container --emulate-fhs coreutils zlib
> ./OrcaSlicer_Linux_Ubuntu2404_V2.2.0.AppImage
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
Unpacking the image returns a binary that complains about missing
libstdc++.so.6.
Thank you for any help/hints :)
Tristan