Package Details: bambu-studio 2.8.2.61-1

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-or-later
Submitter: leo980
Maintainer: leo980
Last Packager: leo980
Votes: 1
Popularity: 0.070933
First Submitted: 2026-04-22 05:18 (UTC)
Last Updated: 2026-08-22 09:15 (UTC)

Latest Comments

TheVulpecula commented on 2026-07-24 15:58 (UTC) (edited on 2026-07-24 16:00 (UTC) by TheVulpecula)

@leo980

It seems to be a common issue with Bambu Studio in general. Their GitHub issue tracker is filled with reports.

I ended up using the flatpak which also gave me the same blank login page. I believe I solved it by going to the preferences and trying to change the language. It then showed me a prompt to install the network plugging.

Only after the network plugging successfully install did the login page start to work. I can't tell if it's actually related.

Thank you for the reply nonetheless.

Happy printing!

leo980 commented on 2026-07-24 06:50 (UTC)

@TheVulpecula this issue was not reproducible on my setup where the packages are build successfully with extra-x86_64-build which utilizes makechrootpkg under the hood.

just as its name suggests, the package are built in chroot where only base and base-devel are pre-installed, therefore there is presumably no missing deps otherwise the build gonna fail.

anyway i may give it a try for running the existing build on a fresh arch install to try to reproduce what you encountered this weekend but before that could you please provide some info about your system? (e.g. DE/WM, graphics drivers, etc)

TheVulpecula commented on 2026-07-21 18:43 (UTC)

I installed this package for the first time: bambu-studio 2.7.1.62-1

When trying to login, the new page that appears stays blank. Any package that I could be missing which is not listed?

This is on Wayland.

leo980 commented on 2026-06-14 02:22 (UTC)

@Libellisth Thanks for ur comment but please be noticed that both m4 and pkgconf are deps of base-devel which is installed on virtually all arch building systems, therefore it is not required to explicitly include them.

Libellisth commented on 2026-06-12 17:10 (UTC)

The m4 package isn't listed in the makedepends. Also needed to install the pkgconf package to make the GLFW build dependency with wayland.

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)