HorrorPills / ChatGPT-Gnome-Desktop-Extension

ChatGPT Gnome Desktop Extension | Talk with ChatGPT from your menubar!
MIT License
512 stars 38 forks source link

Requiring WebKit2, version 4.1: Requiring namespace 'Soup' version '3.0', but '2.4' is already loaded #27

Open jonah-lc opened 1 year ago

jonah-lc commented 1 year ago

Hi, I'm struggling to get this installed. In my extension manager I am getting the following error; "Requiring WebKit2, version 4.1: Requiring namespace 'Soup' version '3.0', but '2.4' is already loaded"

Both libsoup-3.0-common and gir1.2-webkit2-4.1 are installed. Any thoughts?

Edit: I'm ubuntu 22.04, shell 42.5 and X11.

XxA7med66xX commented 1 year ago

Same thing to me using GNOME 42.0, X11

MGuerrera commented 1 year ago

Same error

Ubuntu 22.04.2 LTS, 64-bit, GNOME 42.5, X11

Installed the requested libraries with:

XargonWan commented 1 year ago

Same here, Ubuntu Ubuntu 22.04.2 LTS 64-bit, GNOME 42.5, Wayland

antoniocarelli commented 1 year ago

Same here! Pop!OS 22.04 x64 Gnome 42.5 X11

BacilleX commented 1 year ago

Same as @antoniocarelli

leon-panops commented 1 year ago

I have the same problem.

Packages already installed, but still the problem exists image_2023-05-13_202531432

alperenunal commented 1 year ago

Changing WebKit2 version in extension.js file to 4.0 solves this. ^

antoniocarelli commented 1 year ago

Changing WebKit2 version in extension.js file to 4.0 solves this. ^

Thank you @alperenunal ! It worked perfectly!

DvRope commented 1 year ago

if you're sure the dependencies are satisfied, you can also go for the nuclear option and delete the first two lines of the extension.js file.