We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
I'm agree with this issue, same message on Ubuntu 22.04 @AlexPoilrouge
Sorry, something went wrong.
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 }
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: