From 5df24629e6005d4c8625868ba0644e6f50c49d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sun, 12 Feb 2023 17:21:10 +0100 Subject: [PATCH] add faq about drag and drop in flatpak --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc0b96..5832abc 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,9 @@ And then to optionally install it, run: sudo cmake --install build ``` -## How it works +## FAQ + +### How does this work? This whole project is based on [this](https://github.com/edisionnano/Screenshare-with-audio-on-Discord-with-Linux) @@ -93,6 +95,14 @@ Discord. Basically: a virtual microphone is created which captures the application audio, and this microphone is then fed to the Discord stream by intercepting a API call of Discord. +### Drag and drop doesn't work in the Flatpak + +This is due to sandboxing limitations of Flatpak. The main Discord Flatpak has +the same problem. If you still want to use drag and drop, you can disable most +of Flatpak's sandboxing by installing +[Flatseal](https://flathub.org/apps/details/com.github.tchx84.Flatseal) and +allowing access to "All system files" under the "Filesystem" section. + ## License Copyright (C) 2022 Malte Jürgens