-
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.
- Loading branch information
Showing
3 changed files
with
74 additions
and
72 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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
A simple selector to enabled selection of sound source and sink based on Gnome Control Center | ||
|
||
### Dependency | ||
Python 2 or 3. New version needs python as optional dependency. Use option to turn off new profile identification logic, if python is to be avoided. But the old logic has language dependecy and works only with English display language | ||
Python 2 or 3. New version needs Python as optional dependency. Use option to turn off new profile identification logic, if Python is to be avoided. But the old logic has language dependency and works only with English display language | ||
|
||
### Installation Instructions | ||
|
||
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 `gnome-shell/extensions` directory | ||
To install the extension from source, clone the repository and place it in the `$HOME/.local/share/gnome-shell/extensions` directory | ||
``` | ||
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] | ||
|
@@ -26,24 +26,24 @@ Enable the extensions from [GNOME Tweaks](https://wiki.gnome.org/Apps/Tweaks). | |
* May conflict with extensions which modify volume menu. | ||
* Extension works with Volume Mixer extension. Restart shell, if errors encountered. | ||
|
||
### Changelog | ||
### Change log | ||
----------------------- | ||
#### 24 (Not released) | ||
* Remove Mainloop timeout | ||
* Remove Mainloop timeout | ||
* New option to expand volume menu based on length of device names | ||
|
||
#### 23 | ||
* Updates for Gnome Shell 3.34 compatibility | ||
* Minor UI changes | ||
|
||
#### 22 | ||
* Failback to old method of profile identification incase of Python | ||
errors. | ||
* Fallback to old method of profile identification in case of Python errors. | ||
|
||
#### 21 | ||
* Remove unsupported shell versions from compatibility | ||
|
||
#### 20 | ||
* Use python for identifying profiles available | ||
* Use Python for identifying profiles available | ||
* Option to control new profile identification logic | ||
* Turn off/on log message in options | ||
|
||
|
@@ -52,9 +52,9 @@ errors. | |
* Lots of bug fixes, thanks @HarlemSquirrel and @mdmower for the support | ||
|
||
#### 16 | ||
* Redesinged preferences dialog, credits @eliandoran | ||
* Rewritten and restructed code | ||
* gnome shell 3.22 compatibility | ||
* Redesigned preferences dialog, credits @eliandoran | ||
* Rewritten and restructured code | ||
* Gnome shell 3.22 compatibility | ||
|
||
#### 15 | ||
* New option to show/hide input devices | ||
|
@@ -68,6 +68,3 @@ errors. | |
* Option to show input volume control slider | ||
* Bug fixes to hide sound devices without a valid card (network devices etc) | ||
* Remove unnecessary code | ||
|
||
|
||
|
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
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