




























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"
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?
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"
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
MakersWorld doesn't work anymore inside bambu-studio. Blank screen, no logs provided.
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.
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.
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.
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!
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
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.