Skip to content
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

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

Open
2 tasks
officiallymarky opened this issue Aug 30, 2023 · 6 comments
Open
2 tasks
Assignees
Labels
bug Something isn't working

Comments

@officiallymarky
Copy link

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

  • Log file
  • Project file
@officiallymarky officiallymarky added the bug Something isn't working label Aug 30, 2023
@lanewei120 lanewei120 self-assigned this Sep 1, 2023
@Dapid
Copy link

Dapid commented Dec 19, 2023

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

@Jubei-VA
Copy link

Jubei-VA commented Jan 17, 2024

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

@jeroenweij
Copy link

libwebkit2gtk-4.0-37 is not available on ubuntu 24.04

@lanewei120
Copy link
Collaborator

similiar as #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
Copy link
Contributor

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
Copy link

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.

lanewei120 pushed a commit that referenced this issue Jul 17, 2024
JIRA: STUDIO-4377
GITHUB: #2429
Change-Id: Ia153a6d387e8ebc7da19d5ba7bd5012aea8ed93c
(cherry picked from commit ce5ff82781bde579acaeb2d8cae69e9825549983)
lanewei120 pushed a commit that referenced this issue Jul 17, 2024
JIRA: STUDIO-4377 STUDIO-7461
GITHUB: #2429
Change-Id: Ib4f14a88d04e789a58b1f83425a1708ce4934b0e
(cherry picked from commit a7c9e9e288694fe72665e45977f0676d827c767f)
lanewei120 pushed a commit that referenced this issue Jul 17, 2024
JIRA: STUDIO-4377
GITHUB: #2429
Change-Id: Ia153a6d387e8ebc7da19d5ba7bd5012aea8ed93c
(cherry picked from commit ce5ff82781bde579acaeb2d8cae69e9825549983)
lanewei120 pushed a commit that referenced this issue Jul 17, 2024
JIRA: STUDIO-4377 STUDIO-7461
GITHUB: #2429
Change-Id: Ib4f14a88d04e789a58b1f83425a1708ce4934b0e
(cherry picked from commit a7c9e9e288694fe72665e45977f0676d827c767f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants