Skip to content

Commit

Permalink
Add more hints to the flatpak instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Jul 17, 2024
1 parent 1007491 commit 082a856
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,17 @@ Get binaries for Windows in the [release](https://github.com/timschneeb/GalaxyBu

### Flatpak

Universal binary packages for all Linux distributions. This is the recommended way of installing GalaxyBudsClient on Linux.
Universal binary packages for all Linux distributions. The Flatpak version does not support autostart unless it is set up manually. You can use `galaxybudsclient /StartMinimized` to launch the app minimized during startup.

Available for download on FlatHub: https://flathub.org/apps/me.timschneeberger.GalaxyBudsClient
```
flatpak install me.timschneeberger.GalaxyBudsClient
```
If you want to use features that require registering a D-Bus server, such as the CLI, run this command to grant permission:
```
sudo flatpak override me.timschneeberger.GalaxyBudsClient --own-name=me.timschneeberger.galaxybudsclient
```


<a href='https://flathub.org/apps/me.timschneeberger.GalaxyBudsClient'><img width='240' alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.png'/></a>

Expand Down

0 comments on commit 082a856

Please sign in to comment.