From 10ed38541f7e1a68707e6d590737080690a9cba2 Mon Sep 17 00:00:00 2001 From: Sahil Gupte Date: Thu, 9 Jun 2022 15:41:20 +0530 Subject: [PATCH] Update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d831eea..8133234 100644 --- a/README.md +++ b/README.md @@ -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)