-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 changed file
with
28 additions
and
15 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 |
---|---|---|
|
@@ -10,45 +10,58 @@ This GNOME Extension lets users to quickly view and select the preset they want | |
|
||
## Installation | ||
|
||
### From GNOME Extensions Website | ||
### Dependencies | ||
|
||
This Extension depends on EasyEffects to function. It makes use of command-line options `easyeffects -p` and `easyeffects -l`. | ||
|
||
~~Flatpak version is not supported for now.~~ Both Flatpak and non-flatpak versions of EasyEffects are supported. | ||
|
||
It's tested mostly on GNOME version 41 but it uses rather stable modules and libraries. So it should work fine on older versions too. | ||
|
||
### Install From GNOME Extensions Website | ||
|
||
- Go to [GNOME Extensions Website](https://extensions.gnome.org) and search for EasyEffects Preset Selector | ||
- You need to have GNOME Shell Integration add-on installed for your browser to be able to install extensions from [GNOME Extensions Website](https://extensions.gnome.org) | ||
|
||
- Go to [GNOME Extensions Website](https://extensions.gnome.org) and search for EasyEffects Preset Selector | ||
- You need to have GNOME Shell Integration add-on installed for your browser to be able to install extensions from [GNOME Extensions Website](https://extensions.gnome.org) | ||
- Note: Because of the review process, versions on the GNOME Extensions Website may lag behind sometimes. | ||
|
||
### Manual Installation | ||
|
||
- Clone the repository: | ||
- Clone the repository: | ||
|
||
``` | ||
git clone https://github.com/ulville/eepresetselector.git | ||
``` | ||
- Copy `[email protected]` directory to `~/.local/share/gnome-shell/extensions/` | ||
|
||
- Copy `[email protected]` directory to `~/.local/share/gnome-shell/extensions/` | ||
|
||
``` | ||
cp -r eepresetselector/[email protected] ~/.local/share/gnome-shell/extensions/ | ||
``` | ||
- Log out and login. | ||
- Enable the extension from GNOME Extensions app. | ||
|
||
- Log out and login. | ||
- Enable the extension from GNOME Extensions app. | ||
|
||
### Install Script | ||
|
||
- Clone the repository as stated above. | ||
- Run install script: | ||
- Clone the repository as stated above. | ||
- Run install script: | ||
|
||
``` | ||
cd eepresetselector | ||
``` | ||
|
||
``` | ||
chmod +x install.sh | ||
``` | ||
|
||
``` | ||
./install.sh | ||
``` | ||
|
||
### Dependencies | ||
|
||
This Extension depends on EasyEffects to function. It makes use of command-line options `easyeffects -p` and `easyeffects -l`. | ||
### Install Presets | ||
|
||
**Flatpak version is not supported** for now. Even though it still has those command-line options as `flatpak run com.github.wwmm.easyeffects -p` and `flatpak run com.github.wwmm.easyeffects -l` they don't seem to be working correctly. So if available, install from your distribution's package manager or build from source. | ||
|
||
It's tested mostly on GNOME version 41 but it uses rather stable modules and libraries. So it should work fine on older versions too. | ||
- You can find all the information [here](https://github.com/wwmm/easyeffects/wiki/Community-presets) | ||
|
||
## Language Support | ||
|
||
|