Skip to content

Commit

Permalink
Add flatpak support to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ulville committed Mar 17, 2022
1 parent 8bc98c1 commit c5ec94b
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c5ec94b

Please sign in to comment.