romgrk / node-gtk

GTK+ bindings for NodeJS (via GObject introspection)
MIT License
493 stars 41 forks source link

WebKit2 Cannot be Used With GTK 4.0 #348

Closed prtechindiaoss closed 1 year ago

prtechindiaoss commented 1 year ago

Error: Requiring namespace 'Gtk' version '3.0', but '4.0' is already loaded The Error Causing Line Was That Line in Which i was using gi.require('WebKit2') So i assume latest WebKit2 is not present yet! I Hope this gets fixed soon

prtechindiaoss commented 1 year ago

My Bad! i need to install libwebkit2gtk-5.0-dev in order to use GTK4 With Webkit2 .