GNOME Shell extensions not working in Ubuntu 22.04

I followed the instructions on to install GNOME Shell extensions, but I still get the error:

Although GNOME Shell integration extension is running, native host connector is not detected. Refer to documentation for instructions about installing connector.

3

2 Answers

The current version of the browser Firefox is packaged as a snap version. One of the issues with this is that it cannot work with the Gnome Extensions website.

The current work around is to install a desktop application that allows to search for and install extensions.

enter image description here

Look for "Extension manager" in the software store, or install with a terminal command:

sudo apt install gnome-shell-extension-manager

This article may help you:

from what i understand, the apt/deb file just refers back to the snap version, so the ppa instructions at that link should get you the non-snap version. Hope this helps. Good luck!

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like