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

libwebkit2gtk-4.0-37 dependency not available for download from apt (Ubuntu 24.04 LTS) #1230

Closed
yesseruser opened this issue Jun 16, 2024 · 5 comments · Fixed by #2178
Closed
Labels
bug Something isn't working

Comments

@yesseruser
Copy link

Describe the bug

The modrinth-app package (downloaded from website) requires an old dependency libwebkit2gtk-4.0-37. This dependency cannot be downloaded from apt.

Steps to reproduce

  1. Make sure you are on Ubuntu version 24.04
  2. Download modrinth-app deb file, install it using dpgk and run modrinth-app in terminal, or dowload the appimage and try running it via terminal (to see console output)
  3. Observe the app not starting

Expected behavior

The app should start without those problems, or should use a newer version of this package that's available on apt.

System information

Ubuntu 24.04 LTS,
Modrinth app 0.7.1

Additional context

Logs when installing deb package with dpkg:

Selecting previously unselected package modrinth-app.
(Reading database ... 213713 files and directories currently installed.)
Preparing to unpack modrinth-app_0.7.1_amd64.deb ...
Unpacking modrinth-app (0.7.1) ...
dpkg: dependency problems prevent configuration of modrinth-app:
 modrinth-app depends on libwebkit2gtk-4.0-37; however:
  Package libwebkit2gtk-4.0-37 is not installed.

dpkg: error processing package modrinth-app (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 modrinth-app
@yesseruser yesseruser added the bug Something isn't working label Jun 16, 2024
@timkicker
Copy link

Same issue here on 24.04 LTS

@blryface
Copy link

Is it not being on apt a modrinth problem?

@blryface
Copy link

Wait no I see the last part now, I think this is a Tauri issue but idk

@jkirkpatrick
Copy link

jkirkpatrick commented Jun 30, 2024

same here: Ubutnu 24.04

4.1 incompatible with 4.0 ... yikes and this problem is appearing for a lot of apps

libwebkit2gtk-4.1-dev can be installed but modrinth-app_0.7.1_amd64.deb depends on version 4.0. And unfortunately libwebkit2gtk-4.0-x isn't available as a package.

I know 4.0 can be downloaded from Jammy by adjusting apt sources but I'm going to wait for a newer release of Modrinth instead

Geometrically added a commit that referenced this issue Jul 4, 2024
* Fix pages env vars

* bring back vercel json
@Norbiros
Copy link
Contributor

Norbiros commented Jul 4, 2024

Wait no I see the last part now, I think this is a Tauri issue but idk

Yes, it's upstream problem: tauri-apps/tauri#9662

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

5 participants