From c3fc3ecb3e09f260c11b0dacd92cb195b090cd57 Mon Sep 17 00:00:00 2001 From: Stuart Hayhurst Date: Mon, 1 Apr 2024 01:36:42 +0100 Subject: [PATCH] Change default suggested install method, add settings compilation instructions, don't assume X11 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fd1743..d8e727b 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,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/AlphabeticalAppGrid@stuarthayhurst/` - - Alternatively: `gnome-extensions install "AlphabeticalAppGrid@stuarthayhurst.shell-extension.zip" --force` - - Reload GNOME: ALT+F2, r, ENTER + - Run `gnome-extensions install "AlphabeticalAppGrid@stuarthayhurst.shell-extension.zip" --force` + - Alternatively: + - Extract the zip to `~/.local/share/gnome-shell/extensions/AlphabeticalAppGrid@stuarthayhurst/` + - Then run `glib-compile-schemas ~/.local/share/gnome-shell/extensions/AlphabeticalAppGrid@stuarthayhurst/schemas/` + - Log out and back in to restart GNOME - Enable the extension: `gnome-extensions enable AlphabeticalAppGrid@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 AlphabeticalAppGrid@stuarthayhurst` ## Build system usage: