bambulab / BambuStudio

PC Software for BambuLab and other 3D printers
GNU Affero General Public License v3.0
2.22k stars 299 forks source link

Linux AppImage fails to run without installing libwebkit2gtk-4.0-37 #2429

Open officiallymarky opened 1 year ago

officiallymarky commented 1 year ago

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

Dapid commented 11 months ago

Same on Fedora. The name of the package it requires is webkit2gtk4.0

Jubei-VA commented 10 months ago

Same issue here, Ubuntu 23.10 Can be fixed with: sudo apt install libwebkit2gtk-4.0-37

jeroenweij commented 6 months ago

libwebkit2gtk-4.0-37 is not available on ubuntu 24.04

lanewei120 commented 6 months ago

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

MackBambu commented 5 months ago

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

jeroenweij commented 5 months ago

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.