From 163ecb19e4f99828043a1ea5b2b2acc6fb83e372 Mon Sep 17 00:00:00 2001 From: Mike Carifio Date: Tue, 19 Feb 2019 12:47:45 -0500 Subject: [PATCH] tips for those without knowledge of gnome-shell extensions (like me). --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f324906..6d61576 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ # NoAnnoyance GNOME Shell Extension + +## Install + +To install manually from git, you must "install" (clone) the extension and then "enable" it with `gnome-shell-extension-tool`: + +```bash +$ git clone https://github.com/sindex/no-annoyance.git ~/.local/share/gnome-shell/extensions/noannoyance@sindex.com +$ gnome-shell-extension-tool -e noannoyance@sindex.com +'noannoyance@sindex.com' is now enabled. +``` + +## Background + +* https://askubuntu.com/questions/591757/how-to-activate-deactivate-a-gnome-shell-extension-from-command-line +* More specifically: https://wiki.gnome.org/Projects/GnomeShell/Extensions#Enabling_extensions +* A more tutorial presentation: https://itsfoss.com/gnome-shell-extensions/ +