Package Details: lycheeslicer 7.3.2-1

Git Clone URL: https://aur.archlinux.org/lycheeslicer.git (read-only, click to copy)
Package Base: lycheeslicer
Description: Lychee Slicer
Upstream URL: http://mango3d.io
Keywords: 3d slicer
Licenses: custom
Submitter: marsjan155
Maintainer: marsjan155
Last Packager: marsjan155
Votes: 7
Popularity: 0.015319
First Submitted: 2021-08-14 18:31 (UTC)
Last Updated: 2025-05-23 06:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

flamemagister commented on 2024-08-04 22:48 (UTC) (edited on 2024-08-07 09:55 (UTC) by flamemagister)

6.2 appimage on my testing at least continues to crash on lys save as well as when installed via PKGBUILD file - have told Mango. Keen to know if others are still facing this issue or if its local to me - in which case I'll start a BBS thread.

FryDay commented on 2024-08-02 13:24 (UTC)

To update to the latest version:

# Generated by debtap
# Maintainer: LycheeSlicer
# Contributor: LycheeSlicer
pkgname=lycheeslicer
pkgver=6.2.0
pkgrel=1
pkgdesc="Lychee Slicer"
arch=('x86_64')
url="http://mango3d.io"
license=('custom')
depends=('gtk3' 'libsecret' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'at-spi2-core')
optdepends=('libappindicator-gtk3')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=(
    "https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-$pkgver.deb"
    "local://lycheeslicer.xml"
)
sha512sums_x86_64=(
    'e4ddc961d53026f379ad9484d577409020660c522cb57890fc01e6ead80999d32f926efc2a9a02fdadd61ea652a46b7ca11b8fe0328db832165a6267a3af7612'
    'aba52d9bd76619f66fac0688c1c04846e630f5b8acba6032c61f46a4bcf9ff9d5aa1eb11a3901e85bce33e179d4ccc1f574b06c9ad3f415a692ff4ad39c77f49'
)
package(){
    # Extract package data
    tar xf data.tar.xz -C "${pkgdir}"
    install -Dm644 lycheeslicer.xml "$pkgdir"/usr/share/mime/packages/lycheeslicer.xml
}

flamemagister commented on 2024-06-08 15:35 (UTC)

Further to my last, I've provided logs to Mango. They said their are working on the crash issue. I assume that means we will need to wait at least until the next beta.

flamemagister commented on 2024-06-05 05:06 (UTC)

@bestfriend - yes I am. I have submitted a ticket to Mango3D. They've responded but no resolution yet. The AppImage version has the same issue.

bestfriend commented on 2024-05-28 06:53 (UTC)

Anyone else experiencing crashes upon saving the scene (i.e. to a lys file)?

marsjan155 commented on 2023-11-21 08:31 (UTC)

@Fuzzi99 please check /usr/share/mime/packages/lycheeslicer.xml file(if exists), or other diagnostic tools for mime type. I also added MIME type, maybe it will fix issue

Fuzzi99 commented on 2023-11-20 20:59 (UTC)

For some reason Lychee is now automatically made the default application to open every file in and I have to manually change every file type

VaguelyUseful commented on 2021-12-08 13:40 (UTC)

@marsjan155 Works with no problems now. Thank you!

marsjan155 commented on 2021-12-08 09:13 (UTC)

@VaguelyUseful changed, can you check now?

VaguelyUseful commented on 2021-12-08 05:37 (UTC)

When trying to install with paru, it spits out the following...

error: failed to parse srcinfo for 'lycheeslicer-3.6.0-1': key 'groups' requires a value: Line 8: groups =

Having empty values for keys breaks certain things like certain AUR helpers and pacman's own db format. Can you get rid of the empty 'groups' and 'license' lines?