Package Details: bambu-studio 2.6.0-2

Git Clone URL: https://aur.archlinux.org/bambu-studio.git (read-only, click to copy)
Package Base: bambu-studio
Description: PC Software for BambuLab and other 3D printers
Upstream URL: https://github.com/bambulab/BambuStudio
Keywords: 3d-printer 3d-printing bambulab
Licenses: AGPL-3.0
Submitter: leo980
Maintainer: leo980
Last Packager: leo980
Votes: 1
Popularity: 0.83
First Submitted: 2026-04-22 05:18 (UTC)
Last Updated: 2026-05-11 05:30 (UTC)

Latest Comments

leo980 commented on 2026-05-11 05:31 (UTC) (edited on 2026-05-11 05:31 (UTC) by leo980)

@mico thanks for your kudo also big appreciate for pinpointing issue on missing icons and provides solution :-D

pkgrel has been bumped with icon added

mico commented on 2026-05-07 20:04 (UTC) (edited on 2026-05-07 20:05 (UTC) by mico)

A cosmetic improvement: adding the app icon.

mkdir -p $pkgdir/usr/share/icons/hicolor/128x128/apps/
mkdir -p $pkgdir/usr/share/icons/hicolor/192x192/apps/
mkdir -p $pkgdir/usr/share/icons/hicolor/32x32/apps/
mkdir -p $pkgdir/usr/share/icons/hicolor/scalable/apps/

install -Dm0644 $srcdir/BambuStudio-$_raw_pkgver/resources/images/BambuStudio_128px.png $pkgdir/usr/share/icons/hicolor/128x128/apps/BambuStudio.png install -Dm0644 $srcdir/BambuStudio-$_raw_pkgver/resources/images/BambuStudio_192px.png $pkgdir/usr/share/icons/hicolor/192x192/apps/BambuStudio.png install -Dm0644 $srcdir/BambuStudio-$_raw_pkgver/resources/images/BambuStudio_32px.png $pkgdir/usr/share/icons/hicolor/32x32/apps/BambuStudio.png install -Dm0644 $srcdir/BambuStudio-$_raw_pkgver/resources/images/BambuStudio.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/BambuStudio.svg

mico commented on 2026-05-07 08:55 (UTC)

Big thanks and congratulations for this. Some time ago, I tried to build it with abs but gave up.

leo980 commented on 2026-04-22 05:25 (UTC)

notice: do NOT try removing -j1, -j2 params from make & cmake commands in this PKGBUILD unless the building host got unreasonable huge amount of RAM.

cmake --build . --config Release --parallel could bust 256GiB of memory on a 24-cored server (-j24)