-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/kgshank/gse-sound-output-…
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 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 |
---|---|---|
|
@@ -9,9 +9,18 @@ Python 2 or 3. New version needs Python as optional dependency. Use option to tu | |
The official method to install this extension is from [extensions.gnome.org](https://extensions.gnome.org/extension/906/sound-output-device-chooser). | ||
|
||
To install the extension from source, clone the repository and place it in the `$HOME/.local/share/gnome-shell/extensions` directory | ||
``` | ||
```bash | ||
cd ~/.local/share/gnome-shell/extensions/ | ||
|
||
# Remove older version | ||
rm -rf "*sound-output-device-chooser*" | ||
|
||
# Clone current version | ||
git clone https://github.com/kgshank/gse-sound-output-device-chooser.git | ||
cp --recursive gse-sound-output-device-chooser/[email protected] $HOME/.local/share/gnome-shell/extensions/[email protected] | ||
|
||
# Install it | ||
cp -r gse-sound-output-device-chooser/[email protected] . | ||
rm -rf "gse-sound-output-device-chooser" | ||
``` | ||
|
||
Enable the extensions from [GNOME Tweaks](https://wiki.gnome.org/Apps/Tweaks). | ||
|