From d0aaf55fc0ea0130b2237c199d963daa166c2db3 Mon Sep 17 00:00:00 2001 From: Stuart Hayhurst Date: Mon, 1 Apr 2024 01:38:17 +0100 Subject: [PATCH] Change default suggested install method, add settings compilation instructions, don't assume X11, fix broken path --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adac7ab..4b4abfc 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,18 @@ - Alternatively, you can just use an older release or tag to install from ## Install the extension from releases: - - Extract the zip to `~/.local/share/gnome-shell-extensions/PrivacyMenu@stuarthayhurst/` - - Alternatively: `gnome-extensions install "PrivacyMenu@stuarthayhurst.shell-extension.zip" --force` - - Reload GNOME: ALT+F2, r, ENTER + - Run `gnome-extensions install "PrivacyMenu@stuarthayhurst.shell-extension.zip" --force` + - Alternatively: + - Extract the zip to `~/.local/share/gnome-shell/extensions/PrivacyMenu@stuarthayhurst/` + - Then run `glib-compile-schemas ~/.local/share/gnome-shell-extensions/PrivacyMenu@stuarthayhurst/schemas/` + - Log out and back in to restart GNOME - Enable the extension: `gnome-extensions enable PrivacyMenu@stuarthayhurst` ## Install the extension from source: - Make sure the install dependencies are installed - `make build` - `make install` - - Reload GNOME: ALT+F2, r, ENTER + - Log out and back in to restart GNOME - Enable the extension: `gnome-extensions enable PrivacyMenu@stuarthayhurst` ## Build system usage: