This package doesn't work with nvidia drivers, while the upstream appimage actually does work now. The reason is that the "AppRun" script sets some environment variables if it detects nvidia drivers are being used.
As a workaround, you can set the necessary environment and launch it as follows:
env __GLX_VENDOR_LIBRARY_NAME=mesa __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer
Could the PKGBUILD be modified to include the AppRun launcher script? Ideally, everyone should be able to launch this via the included .desktop - regardless of if they have an nvidia gpu or not.
Pinned Comments
Poscat commented on 2025-02-24 10:35 (UTC)
Merged the commit by ivanfilippov. Package should work properly now.