-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unable to load shared library 'libadwaita-1.so.0' #1322
Comments
Hi, you need to have libadwaita installed. |
Ah of course thanks, I assumed that was some Adwaita GTK only thing that would bring down tons of GTK stuff with it. I've installed that package but it seems I've ran into another problem.
I need libwebkitgtk-6.0-4 but it looks like it's not available on RHEL unfortunately. I've done a repository search but I'm not sure any of the results provide the correct dependency.
|
Sorry I can't help you with this question as I never used RHEL myself. But if they ship GNOME I would think that they ship WebKit, as it is used for Epiphany (aka GNOME Web) and probably Evolution (Email Client). There was some incompatible API break in WebKit several years ago. You need to have this new version (the one you mentioned). |
@badcel ah thanks for the help anyway. It's probably due to RHEL having old packages or something. It does ship with GNOME by default but it's probably quite a bit behind the more up to date distributions. |
Hi @badcel , Thanks for helping finding a solution for @GlacierFox . Do you have any recommendation for me on how to handle this in the future? I'm thinking perhaps the app could try to detect on startup whether the dependencies are installed, and let the user know what he should do if they're not. I'm not exactly sure how to do that in an efficient (performance-proof) manner though. What do you think? |
Hi, this is not an easy question. It depends on your Linux strategy:
|
Please avoid using libadwaita. libadwaita doesn't work well outside of the Gnome desktop, reduing the potential user base for this application. |
Can you open a separate issue for this as it is not related to this report. |
Hi, I have a PR here that should help with this issue: #1380 |
Current behavior
Hi! Just downloaded the latest devtoys_linux_x64_portable.zip from the releases page and I'm getting an error when I'm trying to boot it.
I'm on RHEL 9.4 by the way, KDE 5.27, not sure if that makes a difference.
How to reproduce it (as minimally and precisely as possible)
Expected behavior
For the app to run as normal.
Screenshots
No response
Workaround
No response
Affected platforms
Linux
Affected DevToys kind
DevToys (app with GUI)
DevToys Version
v2.0.4.0
Relevant Assets/Logs
No response
The text was updated successfully, but these errors were encountered: