Extensions
List of useful extensions 🔗
Manual install process 🔗
Source: https://www.debugpoint.com/2021/10/manual-installation-gnome-extension/
Install gnome-shell-extensions 🔗
Required to manage and activate the new extensions
sudo apt install gnome-shell-extensions
Steps 🔗
- Go to official GNOME Extension website https://extensions.gnome.org/
- Choose your extension, then download for your GNOME version.
- Extract/unzip the files.
- Copy the entire folder to
~/.local/share/gnome-shell/extensions
- Open the
metadata.json
using a text editor (found inside the folder you just copied). - Copy the uuid field and rename the extension folder with this uuid. This is required to GNOME to identify the Extension.
- The restart gnome, log off and back on is enough.