Skip to content
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

Gnome 43.1 reports the extension is incompatible with the current GNOME version #40

Open
rsramkis opened this issue Nov 13, 2022 · 2 comments

Comments

@rsramkis
Copy link

Hi,

I've been doing some testing of Gnome Extensions after upgrading to Gnome 43.1 (EndeavourOS \ Arch Linux) and noticed that this extension is flagged as incompatible. The extension is at the latest version from the AUR (https://aur.archlinux.org/packages/gnome-shell-extension-nordvpn-connect-git).

image

image

@FlorianRuen
Copy link

FlorianRuen commented Nov 20, 2022

I'm agree with this issue, same message on Ubuntu 22.04 @AlexPoilrouge

@rsramkis
Copy link
Author

I did some research and found a fix to get past the issue. You will need to:

(1) Edit the "/usr/share/gnome-shell/extensions/NordVPN_Connect@poilrouge.fr/metadata.json".

(2) Look for the "shell-version" line.

(3) Add Gnome 43 version like this:

"shell-version": ["40","41","42","43"],

Complete file contents:

{
	"gettext-domain": "gnome-shell-extensions-nvpnconnect",
	"name": "NordVPN Connect",
	"description": "Unofficial Gnome-Shell Extension to provide a GUI for the official NordVPN CLI Tool.",
	"url": "https://github.com/AlexPoilrouge/NordVPN-connect",
	"uuid": "NordVPN_Connect@poilrouge.fr",
	"settings-schema": "org.gnome.shell.extensions.nvpnconnect",
	"shell-version": ["40","41","42","43"],
	"version": 19
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants