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: 16
Popularity: 0.71
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 Next › Last »

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

ivanfilippov commented on 2025-01-24 01:41 (UTC) (edited on 2025-01-24 01:41 (UTC) by ivanfilippov)

I compiled the fixes from earlier in this thread (thank you all, especially felipebalbi), and put them into a public repo for my own use until this package is updated, I'm pasting the link and instructions for use here to save someone some time.

https://github.com/ivanfilippov/orca-slicer-bin

  1. git clone https://github.com/ivanfilippov/orca-slicer-bin.git
  2. cd orca-slicer-bin
  3. makepkg -sic

Felixoid commented on 2024-12-26 13:32 (UTC)

Dear sem.z

Your package is wholly broken. Please make it work out of the box. Many comments suggest fixes, but you have left it broken for months.

Unmarking it "out-of-date" silently is kind of a rude action, as well as ignoring the discussion.

Toumal commented on 2024-12-15 17:35 (UTC)

The fix by @infectedcrotch helped me with my segfault on hyprland/wayland too.

I did not see the 3d rendered areas though. On https://github.com/SoftFever/OrcaSlicer/issues/6927 I found the following command which worked for me with nvidia 40-series card:

env __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_FORCE_COMPOSITING_MODE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 orca-slicer

infectedcrotch commented on 2024-12-15 15:57 (UTC)

In order to make this launch without segfault I had to:

pacman -Rdd ttf-harmonyos-sans

In order to fix the blank screen I had to

WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer-bin

gdw commented on 2024-12-01 05:43 (UTC)

patch worked for me. I also had to manually install webkit2gtk-4.1.