add faq about drag and drop in flatpak
This commit is contained in:
parent
1477a9d4c0
commit
5df24629e6
12
README.md
12
README.md
|
@ -84,7 +84,9 @@ And then to optionally install it, run:
|
||||||
sudo cmake --install build
|
sudo cmake --install build
|
||||||
```
|
```
|
||||||
|
|
||||||
## How it works
|
## FAQ
|
||||||
|
|
||||||
|
### How does this work?
|
||||||
|
|
||||||
This whole project is based on
|
This whole project is based on
|
||||||
[this](https://github.com/edisionnano/Screenshare-with-audio-on-Discord-with-Linux)
|
[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
|
application audio, and this microphone is then fed to the Discord stream by
|
||||||
intercepting a API call of Discord.
|
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
|
## License
|
||||||
|
|
||||||
Copyright (C) 2022 Malte Jürgens
|
Copyright (C) 2022 Malte Jürgens
|
||||||
|
|
Loading…
Reference in New Issue