Package Details: orca-slicer-bin 2.3.0-2

Git Clone URL: https://aur.archlinux.org/orca-slicer-bin.git (read-only, click to copy)
Package Base: orca-slicer-bin
Description: G-code generator for 3D printers
Upstream URL: https://github.com/SoftFever/OrcaSlicer
Keywords: orca, orcaslicer, slicer
Licenses: AGPL3
Conflicts: orca-slicer
Provides: orca-slicer
Submitter: sem.z
Maintainer: Poscat
Last Packager: Poscat
Votes: 17
Popularity: 0.49
First Submitted: 2023-07-13 10:43 (UTC)
Last Updated: 2025-03-21 12:40 (UTC)

Pinned Comments

Poscat commented on 2025-02-24 10:35 (UTC)

Merged the commit by ivanfilippov. Package should work properly now.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

alex_courtis commented on 2025-07-03 02:23 (UTC)

2.3.0 will SIGSEGV (Address boundary error) when opening preferences.

It looks to be a packaging issue, as the same flatpak version is OK.

See github issue https://github.com/SoftFever/OrcaSlicer/issues/10029 with backtrace and other details.

zack6849 commented on 2025-06-28 20:53 (UTC)

I'm still seeing the same problems dack mentioned a while ago, i'm going to try the appimage, is the maintainer still maintaining this?

dack commented on 2025-03-28 04:49 (UTC)

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.

Smoerrebroed commented on 2025-03-21 15:50 (UTC) (edited on 2025-03-21 15:51 (UTC) by Smoerrebroed)

It looks like the maintainer forgot to reset the package release to 1. :-(

Poscat commented on 2025-02-24 10:35 (UTC)

Merged the commit by ivanfilippov. Package should work properly now.

dviktor commented on 2025-02-23 17:10 (UTC)

after ICU update this package doesn't work

sTiKyt commented on 2025-02-12 18:12 (UTC)

How to associate xdg-open links (like orcaslicer://open?file=https%3A%2F%2Fwww.thingiverse.com%2Fdownload%example) with orca slicer?

  1. Update your .desktop entry to look like this:
❯ cat /usr/share/applications/OrcaSlicer.desktop
[Desktop Entry]
Name=OrcaSlicer
Exec=/opt/orca-slicer/bin/orca-slicer %F %U
Icon=OrcaSlicer
Type=Application
Categories=Utility;
MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;x-scheme-handler/orcaslicer;
  1. Register the Handler:
xdg-mime default OrcaSlicer.desktop x-scheme-handler/orcaslicer
  1. Refresh MIME Database:
update-desktop-database /usr/share/applications