-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default suggested install method, add settings compilation ins…
…tructions, don't assume X11
- Loading branch information
1 parent
ec2cdba
commit c3fc3ec
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]" --force` | ||
- Reload GNOME: <kbd>ALT</kbd>+<kbd>F2</kbd>, <kbd>r</kbd>, <kbd>ENTER</kbd> | ||
- Run `gnome-extensions install "[email protected]" --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: <kbd>ALT</kbd>+<kbd>F2</kbd>, <kbd>r</kbd>, <kbd>ENTER</kbd> | ||
- Log out and back in to restart GNOME | ||
- Enable the extension: `gnome-extensions enable AlphabeticalAppGrid@stuarthayhurst` | ||
|
||
## Build system usage: | ||
|