ChatGPT-Gnome-Desktop-Extension icon indicating copy to clipboard operation
ChatGPT-Gnome-Desktop-Extension copied to clipboard

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

Open jonah-lc opened this issue 2 years ago • 9 comments

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.

jonah-lc avatar Feb 08 '23 09:02 jonah-lc

Same thing to me using GNOME 42.0, X11

XxA7med66xX avatar Feb 12 '23 23:02 XxA7med66xX

Same error

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

Installed the requested libraries with:

  • sudo apt-get install gir1.2-webkit2-4.1
  • sudo apt-get install libsoup-3.0-0

MGuerrera avatar Mar 08 '23 21:03 MGuerrera

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

XargonWan avatar Mar 14 '23 15:03 XargonWan

Same here! Pop!OS 22.04 x64 Gnome 42.5 X11

antoniocarelli avatar Apr 14 '23 16:04 antoniocarelli

Same as @antoniocarelli

BacilleX avatar Apr 29 '23 09:04 BacilleX

I have the same problem.

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

leon-panops avatar May 13 '23 23:05 leon-panops

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

alperenunal avatar May 26 '23 09:05 alperenunal

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

Thank you @alperenunal ! It worked perfectly!

antoniocarelli avatar Jun 27 '23 18:06 antoniocarelli

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.

DvRope avatar Jul 12 '23 22:07 DvRope