The camera feed doesn't work
update: I needed gst-plugins-good or ugly, I donno which one, probably good? But it does work now. Probably should be included as a dep.
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 |
Submitter: | georgewoodall82 |
Maintainer: | goll |
Last Packager: | goll |
Votes: | 13 |
Popularity: | 1.04 |
First Submitted: | 2023-08-19 13:36 (UTC) |
Last Updated: | 2025-03-28 23:14 (UTC) |
The camera feed doesn't work
update: I needed gst-plugins-good or ugly, I donno which one, probably good? But it does work now. Probably should be included as a dep.
After a slew of GTK critical errors like "gtk_widget_set_size_request: assertion 'width >= -1' failed" I get a hard crash with a segfault core dumped error.. any thoughts?
By modifying the PKGBUILD to use the Ubuntu appimage rather than Fedora, and changing it to the 1.8 beta, my camera feed finally works on my P1S without any issues.
For anyone having blank home screen and unable to login: this worked for me: WEBKIT_DISABLE_COMPOSITING_MODE=1 bambu-studio
Has anyone figured out how to get the camera working in 1.7.7.89? Any time I try to start the camera stream it crashes.
yes that is normal, just bambu studio being buggy on linux
i see a popup with "SSL certs" after every start . Is this right ?
@wuestengecko thanks, just tested it and it works.
Hey! Could you please add the bambustudio:
scheme handler as mime type? This allows Firefox and other browsers to do the "Open in Bambu Studio" on makerworld.com.
diff --git a/PKGBUILD b/PKGBUILD
index 50508c5..b6d3933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=(
"BambuStudio.desktop"
"bambu-studio")
md5sums=('17ae1c4a56627ca5dcbe4b95ae9e3616'
- 'bb919dd5d4fc480575fe1706915f978b'
+ 'c2729c29cbd01844507e1f0562762191'
'dfc63a9eabda3cc7172695bb1ba09c51')
package() {
diff --git a/BambuStudio.desktop b/BambuStudio.desktop
index d2870c5..beddb49 100644
--- a/BambuStudio.desktop
+++ b/BambuStudio.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=BambuStudio
-Exec=/usr/bin/bambu-studio %F
+Exec=/usr/bin/bambu-studio %U
Icon=BambuStudio
Type=Application
Categories=Utility;
-MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;
+MimeType=x-scheme-handler/bambustudio;model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;
@tve thanks. So it seams to be a problem with the p1p...
Pinned Comments
BartR commented on 2023-11-01 13:11 (UTC) (edited on 2023-11-01 13:12 (UTC) by BartR)
For anyone having blank home screen and unable to login: this worked for me:
WEBKIT_DISABLE_COMPOSITING_MODE=1 bambu-studio
georgewoodall82 commented on 2023-08-19 14:03 (UTC) (edited on 2023-12-16 13:32 (UTC) by georgewoodall82)
I recommend a light GTK theme for BambuStudio, as I had problems with text being invisible with a dark GTK theme. You can do this with for example
GTK_THEME=Adwaita bambu-studio