Boscop / web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
MIT License
1.91k stars 173 forks source link

Webkit issue #70

Open alexislozano opened 4 years ago

alexislozano commented 4 years ago

I'm using Linux. When I try to run the minimal example, the Wikipedia page loads. But when I right click on it and select "Inspect", an error appears instead of the inspector : Screenshot_20190929_190106 Actually I am asking this question here because I am using web-view in my own crate (neutrino) and it does the same thing... Another people using Linux got the same issue

richardhozak commented 4 years ago

I could not reproduce this on my linux box yet. What version of libwebkit2gtk-4.0 do you have installed?

alexislozano commented 4 years ago

I am using Archlinux. The package here is called webkit2gtk. Here is the details of the version I have installed (it is the last one) :

$ pacman -Qi webkit2gtk
Nom                      : webkit2gtk
Version                  : 2.26.1-1
Description              : GTK+ Web content engine library
Architecture             : x86_64
URL                      : https://webkitgtk.org/
...

On Ubuntu, the last version of libwebkit2gtk-4.0 is the 2.24.1-1.

alexislozano commented 4 years ago

I just tried to downgrade to 2.24.1-1 and then 2.22.6-1, I got the same error.