Package Details: orca-slicer-bin 2.2.0-1

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: sem.z
Last Packager: sem.z
Votes: 14
Popularity: 1.34
First Submitted: 2023-07-13 10:43 (UTC)
Last Updated: 2024-10-28 14:08 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

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

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

schlunze commented on 2024-11-09 09:12 (UTC)

Thank you felipebalbi your patch works fine.

felipebalbi commented on 2024-11-03 04:45 (UTC)

Here's a quick patch, in case maintainer wants to apply:

diff --git a/.SRCINFO b/.SRCINFO
index 665b02793d6b..b084a000a15c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = orca-slicer-bin
        pkgdesc = G-code generator for 3D printers
        pkgver = 2.2.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/SoftFever/OrcaSlicer
        arch = x86_64
        license = AGPL3
@@ -20,7 +20,7 @@ pkgbase = orca-slicer-bin
        depends = libxkbcommon
        provides = orca-slicer
        conflicts = orca-slicer
-       source = https://github.com/SoftFever/OrcaSlicer/releases/download/v2.2.0/OrcaSlicer_Linux_V2.2.0.AppImage
-       sha512sums = 0b17ad9a3efcfdd5ae97954329c9423863409345038025e99c6d6f920ed8e65df2bff8d685c070382cd3e0df4a764ce4304988c564763dabc0bc592294d1732b
+       source = https://github.com/SoftFever/OrcaSlicer/releases/download/v2.2.0/OrcaSlicer_Linux_Ubuntu2404_V2.2.0.AppImage
+       sha512sums = be23a038e6443b493a95c5d0d811bde1be5449cac24bf7274be96cd08276e1e36988a382d39938be608974c2ade64ddb359c933d747a0611fac504d121592b8b

 pkgname = orca-slicer-bin
diff --git a/PKGBUILD b/PKGBUILD
index cf704def0897..69afd81c9867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname="orca-slicer-bin"
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="G-code generator for 3D printers"
 arch=('x86_64')
 url="https://github.com/SoftFever/OrcaSlicer"
@@ -10,12 +10,13 @@ license=('AGPL3')
 depends=('mesa' 'glu' 'gst-libav' 'gst-plugins-base' 'cairo' 'gtk3' 'libsoup' 'webkit2gtk' 'gstreamer' 'openvdb' 'wayland' 'wayland-protocols' 'libxkbcommon')
 provides=("orca-slicer")
 conflicts=("orca-slicer")
-source=("https://github.com/SoftFever/OrcaSlicer/releases/download/v${pkgver}/OrcaSlicer_Linux_V${pkgver}.AppImage")
-sha512sums=('0b17ad9a3efcfdd5ae97954329c9423863409345038025e99c6d6f920ed8e65df2bff8d685c070382cd3e0df4a764ce4304988c564763dabc0bc592294d1732b')
+appimage="OrcaSlicer_Linux_Ubuntu2404_V${pkgver}.AppImage"
+source=("https://github.com/SoftFever/OrcaSlicer/releases/download/v${pkgver}/${appimage}")
+sha512sums=('be23a038e6443b493a95c5d0d811bde1be5449cac24bf7274be96cd08276e1e36988a382d39938be608974c2ade64ddb359c933d747a0611fac504d121592b8b')

 prepare() {
-       chmod +x OrcaSlicer_Linux_V${pkgver}.AppImage
-       ./OrcaSlicer_Linux_V${pkgver}.AppImage --appimage-extract
+       chmod +x ${appimage}
+       ./${appimage} --appimage-extract

        sed -i 's|Exec=AppRun|Exec=/opt/orca-slicer/bin/orca-slicer|g' \
                "squashfs-root/OrcaSlicer.desktop"

felipebalbi commented on 2024-11-03 04:35 (UTC)

UPDATE: manually downloading the Ubuntu2404 Appimage and running that gives me a successful run.

felipebalbi commented on 2024-11-03 04:33 (UTC)

Just built orca-slicer-git and it runs but crashes when slicing.

kohbo commented on 2024-10-30 18:24 (UTC)

Switching to orca-slicer-git worked for me. That one is at 2.2.0 beta 2 right now, so hopefully those changes make it into stable soon

kohbo commented on 2024-10-30 16:28 (UTC)

Switching to orca-slicer-unstable-bin did NOT fix the segmentation fault for me

hellesvik commented on 2024-10-12 08:31 (UTC)

I also got segmentation fault. Found issue on orca-slicer git: https://github.com/SoftFever/OrcaSlicer/issues/6908. So I tried v2.2.0-rc1: Or the AUR package "orca-slicer-unstable-bin". This worked for me.

grappas commented on 2024-10-10 17:32 (UTC) (edited on 2024-10-10 17:32 (UTC) by grappas)

[1]    20639 segmentation fault (core dumped)  orca-slicer

Can't get it to work.