The app tries to connect to Discord via the standard IPC socket at /run/user/1000/discord-ipc-0. That works for native installs, but not Flatpak since Flatpaks are sandboxed - /run/user/1000/app/com.discordapp.Discord/discord-ipc-0.
Because of this the app spams this to its log file:
+ [2026-01-07 23:25:58] ERR : Connection to discord failed. Check if your Discord app is open.
+ [2026-01-07 23:26:51] ERR : Failed connection to /run/user/1000/discord-ipc-0. The operation has timed out.
+ [2026-01-07 23:26:51] WARN: Tried to close a already closed pipe.
+ [2026-01-07 23:26:51] ERR : Failed connection to /run/user/1000/snap.discord/discord-ipc-0. The operation has timed out.
+ [2026-01-07 23:26:51] WARN: Tried to close a already closed pipe.
Steps to Reproduce:
- Install Discord via Flatpak;
- Run the app;
- See repeated IPC connection errors in the logs.
Environment:
Zorin OS 18 x86_64 - Linux 6.14.0-37-generic
Discord stable 483115 (e74917b) Host 0.0.119 x64 Build Override: N/A Linux 64-bit (6.14.0-37-generic)
The app tries to connect to Discord via the standard IPC socket at
/run/user/1000/discord-ipc-0. That works for native installs, but not Flatpak since Flatpaks are sandboxed -/run/user/1000/app/com.discordapp.Discord/discord-ipc-0.Because of this the app spams this to its log file:
Steps to Reproduce:
Environment:
Zorin OS 18 x86_64 - Linux 6.14.0-37-generic
Discord stable 483115 (e74917b) Host 0.0.119 x64 Build Override: N/A Linux 64-bit (6.14.0-37-generic)