-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 24.04 LTS: error while loading shared libraries: libwebkit2gtk-4.0.so.37 #3973
Comments
I recently updated from 23.10 to 24.04 and have exactly the same error message. Everything worked with 23.10. I already install |
I solved this problem by adding the previous lts repository and installing version 4.0. Types: deb then update the repositories with apt update and go to synaptic to search and install the correct version of libwebkit2gtk |
thanks @mampaiva - you've solved a problem I'm experiencing with Cisco AnyConnect VPN software that gives the same webkit error |
Recently updated to Ubuntu 24.04 and experiencing the same issue. |
please try following commands on ubuntu 24.04 to solve this issue currently
we are also trying to solve this issue without the above workarounds |
Thanks, @mampaiva . I recently upgraded to Ubuntu 24.04 and I had issues with my Pulse Secure VPN / Ivanti Secure VPN installation. With your workaround, I could finally install the VPN. |
Creating the links doesn't work on my Ubuntu 24.04
I've a core dump. But it works for me this command from terminal:
I've added to the desktop icon I've created under .local/share/applications
|
I have also added those webkit libraries into appImage which can be executed without any modification |
This results in the following error for me (Ubuntu 24.04)
|
@DipFlip how about trying this appImage which includes the libwebkit libraries |
Thank you @lanewei120 but I'm actually trying to run another program - Cisco Anyconnect. It also throws the same error so that's how I ended up on this thread. |
This is the best solution. Thank you. |
On Ubuntu, each release has its own versions of software. When a new LTS release is published, older releases no longer receive updates for their software. However, our software cannot operate in this manner. Supporting an increasing number of Linux distributions can lead to larger and more cumbersome software packages. |
Using building on Ubuntu 24.04 tauri-apps/tauri#9662 helps. -- deb http://gb.archive.ubuntu.com/ubuntu jammy main Then doing: sudo apt update -- Then build deps and BambuStudio. |
Confirm that the new 1.9.2 release also has this issue, it is unable to run on eg Ubuntu 24.04. Also confirm that the patched version provided above by @lanewei120 seems to work - so please patch the 1.9.2 - and ideally include it going forward, the appimage should have all dependencies :) |
Same issue for me on Ubuntu 24.04 |
Same issue on Debian unstable/Sid/Trixie since 1.09 no BambuSLicer runs. All crash with following error: Unpacking the AppImage and running the executable, causes same error |
that version can not work on some linux versions also, we will find a final solution later currently please use the workaround solution or the flathub version https://flathub.org/apps/com.bambulab.BambuStudio |
@mampaiva this worked, thank you so much! |
https://github.com/MackBambu/BambuStudio/actions/runs/9691686545/artifacts/1643561459 |
It works on Debian 12 Sid/Unstable. No it doesn't.... -Slicing the Upgraded Bambu Spoolwinder I get: |
it worked for me too. Thanks! |
@DipFlip , I'm trying the same, any luck to solve this issue? |
@m1ndcr4ck yes thaowl's solution worked for me so now i have Anyconnect installed on Ubuntu 24.04 and it's working fine! |
@DipFlip thanks so much, currently, I was able to run it using this workaround #3973 (comment), however, I still need it on a different Linux distro "Kali" |
DipFlip - Did you get Citrix to run? If so, how. (Sorry!) |
My fix was simple and didn't need to mess with changing repository sources, rather in 24.04 I just installed one package:
|
Bambu Studio Version
1.9.1 Public Beta 4
Where is the application from?
Bambu Lab github releases
OS version
Ubuntu 24.04
Additional system information
No response
Printer
Bambu Lab X1
How to reproduce
start the AppImage
Actual results
error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
Expected results
BambuStudio should start
Project file & Debug log uploads
log.zip
Checklist of files to include
The text was updated successfully, but these errors were encountered: