Skip to content

Commit

Permalink
List required packages for installation on Fedora
Browse files Browse the repository at this point in the history
Closes #17, thanks @KuntaoDaChump
  • Loading branch information
centic9 authored Mar 9, 2024
1 parent 2b63a00 commit b37af6f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ On Arch Linux, it should be sufficient to run the following steps:

sudo pacman -S libappindicator-gtk3 gnome-icon-theme

On other distributions, you might need to install `pygobject`, but this is untested, PRs with
more information welcome!
On Fedora, the following package installation were [reported](https://github.com/centic9/headset-charge-indicator/issues/17#issuecomment-1984196359)
to make it work at least on Fedora 39:

sudo dnf install libindicator
sudo dnf install libayatana-appindicator-gtk3

On other distributions, you might need to install the corresponding package for `libindicator` or `ayatanaappindicator`.
Sometimes `pygobject` might also be needed, but other distributions are untested, PRs with more information welcome!

### Building HeadsetControl

Expand Down

0 comments on commit b37af6f

Please sign in to comment.