惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
Microsoft Azure Blog
Microsoft Azure Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
Y
Y Combinator Blog
博客园_首页
有赞技术团队
有赞技术团队
博客园 - Franky
腾讯CDC
G
Google Developers Blog
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
D
Docker
The GitHub Blog
The GitHub Blog
MyScale Blog
MyScale Blog
H
Help Net Security
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
V
V2EX
U
Unit 42
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - bambustudio-bin
2026-06-22 · via AUR Newest Packages

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.

d4l3k commented on 2026-02-05 08:43 (UTC)

This seems to work fine when removing squashfuse conflict on version 02.05.00.67-1 when I installed it. Can we remove that from the conflict list? It's very annoying given how much I use squashfs. Thanks!