Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovenoboyo committed Jun 9, 2022
2 parents a09137e + 10ed385 commit deefe37
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ This extension makes use of [imgbb](https://imgbb.com/) to show artwork for your

By default the images are uploaded to a public profile on imgbb. If you don't want this, you can generate your own API Key from [here](https://api.imgbb.com/).

## Known bugs

### Connection issue with Flatpak version of Moosync

Due to how flatpak apps are sandboxed and have limited permissions, access to discord's ipc needs to be granted explicitly.

If you're using normal version of discord
```sudo flatpak override app.moosync.moosync --filesystem=xdg-run/discord-ipc-0```

If you're using flatpak version of discord
```sudo flatpak override app.moosync.moosync --filesystem=xdg-run/app/com.discordapp.Discord:create```
[(You may also refer to this guide for flatpak version of discord)](https://github.com/flathub/com.discordapp.Discord/wiki/Rich-Precense-(discord-rpc))

## Screenshots

![Playing a song](screenshots/playing.png)
Expand Down

0 comments on commit deefe37

Please sign in to comment.