Skip to content

Commit

Permalink
Change default suggested install method, add settings compilation ins…
Browse files Browse the repository at this point in the history
…tructions, don't assume X11, fix broken path
  • Loading branch information
stuarthayhurst committed Apr 1, 2024
1 parent 2ba614f commit d0aaf55
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[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/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: <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 PrivacyMenu@stuarthayhurst`

## Build system usage:
Expand Down

0 comments on commit d0aaf55

Please sign in to comment.