diff --git a/README.md b/README.md index 6d27cfd..12897b8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ You will also need to make sure that Discord has access to `/run/user/1000/` to Configurable by allowing access to `xdg-run/discord:create`. If you are using the Flatpak version of StreamController, you will need to make sure StreamController has -access to `/run/user/1000/discord-ipc-*` so it can access the IPC files. If it still doesn't work, try using `/run/user/1000/` instead. +access to `/run/user/1000/discord-ipc-0` so it can access the IPC files. You can achieve this by adding `xdg-run/discord-ipc-0` to Flatseal. +![Flatseal](/content/flatseal.png) ## Troubleshooting This plugin uses sockets to communicate with Discord. Discord creates this socket as `$XDG_RUNTIME_DIR/discord-ipc-0`. diff --git a/content/flatseal.png b/content/flatseal.png new file mode 100644 index 0000000..b0f5200 Binary files /dev/null and b/content/flatseal.png differ