Open officiallymarky opened 1 year ago
Same on Fedora. The name of the package it requires is webkit2gtk4.0
Same issue here, Ubuntu 23.10
Can be fixed with:
sudo apt install libwebkit2gtk-4.0-37
libwebkit2gtk-4.0-37 is not available on ubuntu 24.04
similiar as https://github.com/bambulab/BambuStudio/issues/3973
We will try to include it into appimage the problem is we are not familiar with linux, and don't know how to solve it currently
https://github.com/MackBambu/BambuStudio/actions/runs/9691686545/artifacts/1643561459 This appimage was built using libwebkit2gtk-4.1. Can you help me test if it works?@jeroenweij
https://github.com/MackBambu/BambuStudio/actions/runs/9691686545/artifacts/1643561459 This appimage was built using libwebkit2gtk-4.1. Can you help me test if it works?@jeroenweij
Yes I can! It seems to work. I did not stat any print but the program loads and works normally, before it would not startup at all.
Bambu Studio Version
1.07.04.52
Where is the application from?
Bambu Lab github releases
OS version
kubuntu 23
Additional system information
No response
Printer
X1C
How to reproduce
Download App Image chmod +x Run
Actual results
"The Command Could not be found error" If you run it from command line, you can see it is missing shared library libwebkit2gtk-4.0-37.
Expected results
It should load.
Project file & Debug log uploads
sudo apt install libwebkit2gtk-4.0-37 solves it, but this should be included with the appimage so there is no dependencies.
Checklist of files to include