Package Details: bambustudio-bin 02.07.01.62-1

Git Clone URL: https://aur.archlinux.org/bambustudio-bin.git (read-only, click to copy)
Package Base: bambustudio-bin
Description: PC Software for BambuLab's 3D printers
Upstream URL: https://github.com/bambulab/BambuStudio
Keywords: 3d 3dprinting bambu bambustudio orca orca-slicer orcaslicer printing prusa prusa-slicer prusaslicer slic3r slicer studio
Licenses: AGPL3
Conflicts: bambustudio, bambustudio-git, squashfuse
Submitter: georgewoodall82
Maintainer: goll
Last Packager: goll
Votes: 26
Popularity: 0.193556
First Submitted: 2023-08-19 13:36 (UTC)
Last Updated: 2026-06-22 11:07 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

xamindar commented on 2026-07-19 06:09 (UTC) (edited on 2026-07-19 06:31 (UTC) by xamindar)

The Filament Manager does not work in this package. Any idea how to fix it? It just shows the following: Error opening file /opt/bambustudio-bin/resources/web/device_page/dist/index.html: No such file or directory

EDIT: You can fix it by copying the filament manager files to this location, but it's all still in Chinese for some reason:

mkdir -p /opt/bambustudio-bin/resources/web/device_page/dist

cp /opt/bambustudio-bin/resources/web/fila_manager/* /opt/bambustudio-bin/resources/web/device_page/dist/

goll commented on 2026-06-01 18:57 (UTC)

Many thanks to the comments and patches from FabioLolix/kcocoa/BWaldeva, integrated them all in the latest release, please let me know if I missed something.

BWaldeva commented on 2026-05-17 12:19 (UTC) (edited on 2026-05-17 12:20 (UTC) by BWaldeva)

Can confirm kcocoa's comment. Downloaded the PKGBUILD and source files (bambu-studio and BambuStudio.desktop), modified PKGBUILD as below and then ran makepkg -sicr. Installs latest 2.0.7 Public Beta, and runs great.

pkgver=02.07.00.55
pkgrel=20260514170313

and:

depends=('mesa' 'glu' 'cairo' 'gtk3' 'libsoup3' 'gstreamer' 'openvdb' 'wayland' 'wayland-protocols' 'libxkbcommon' 'gst-libav' 'webkit2gtk-4.1')
makedepends=('fuse2' 'patchelf')
source=("bambustudio-${pkgver}.AppImage::https://github.com/bambulab/BambuStudio/releases/download/v${pkgver}/BambuStudio_ubuntu-24.04-v${pkgver}-${pkgrel}.AppImage"
    "BambuStudio.desktop"
    "bambu-studio")
sha256sums=('ef3753b0bcb0e74f6234f6edd552033cbf77ec4d1a65810935fb50199705e6c6'
            'SKIP'
            'SKIP')

and:

    patchelf --remove-needed libOSMesa.so.8 "$pkgdir/opt/bambustudio-bin/bin/bambu-studio"
    patchelf --replace-needed libwebkit2gtk-4.0.so.37 libwebkit2gtk-4.1.so.0 "$pkgdir/opt/bambustudio-bin/bin/bambu-studio"
    patchelf --replace-needed libjavascriptcoregtk-4.0.so.18 libjavascriptcoregtk-4.1.so.0 "$pkgdir/opt/bambustudio-bin/bin/bambu-studio"
    patchelf --replace-needed libsoup-2.4.so.1 libsoup-3.0.so.0 "$pkgdir/opt/bambustudio-bin/bin/bambu-studio"

kcocoa commented on 2026-05-04 06:30 (UTC)

and

patchelf --replace-needed libsoup-2.4.so.1 libsoup-3.0.so.0 "$pkgdir/opt/bambustudio-bin/bin/bambu-studio"

then libsoup should be removed?

BWaldeva commented on 2026-05-03 13:16 (UTC)

Indeed, using FabioLolix's comment, a quick modification of the PKGBUILD works as follows (tested, works great):


    patchelf --replace-needed libwebkit2gtk-4.0.so.37 libwebkit2gtk-4.1.so.0 "$pkgdir/opt/bambustudio-bin/bin/bambu-studio"
    patchelf --replace-needed libjavascriptcoregtk-4.0.so.18 libjavascriptcoregtk-4.1.so.0 "$pkgdir/opt/bambustudio-bin/bin/bambu-studio"

FabioLolix commented on 2026-04-29 21:39 (UTC)

Hi, the Ubuntu appimage (BambuStudio_ubuntu-24.04-v02.06.00.51-20260417160415.AppImage) use webkit2gtk-4.1 instead of webkit2gtk which have been dropped to the AUR and is very intensive to build

grappas commented on 2026-04-27 14:33 (UTC)

MakersWorld doesn't work anymore inside bambu-studio. Blank screen, no logs provided.

DeliciousByte commented on 2026-04-24 00:08 (UTC)

I am on version 2.6.00.51 and I am seeing Bambu Studio crash when trying to go to the live feed as well. I see that I'm not the only one seeing this issue.

krzysztof85 commented on 2026-04-17 06:48 (UTC)

I'm experiencing the same issue. Version 02.05.03.62-1 crashes whenever I try to view the live feed. Just reporting this here to confirm it's not an isolated case.

zbe commented on 2026-04-16 16:51 (UTC)

02.05.03.62-1 crashes here when trying to view the live feed. Just putting this here in case others are having the same problem.