We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144eff3 commit 379206fCopy full SHA for 379206f
src/connection_unix.cpp
@@ -29,9 +29,10 @@ static int MsgFlags = 0;
29
// Directories where the discord-ipc socket might live
30
// https://github.com/flathub/com.discordapp.Discord/wiki/Rich-Precense-(discord-rpc)
31
static const char* DiscordIpcSocketDirs[] = {
32
- "", // Default
33
- "snap.discord", // https://snapcraft.io/discord
34
- "app/com.discordapp.Discord", // https://flathub.org/apps/com.discordapp.Discord
+ "", // Default
+ "snap.discord", // https://snapcraft.io/discord
+ ".flatpak/com.discordapp.Discord/xdg-run", // https://flathub.org/apps/com.discordapp.Discord
35
+ ".flatpak/dev.vencord.Vesktop/xdg-run", // https://flathub.org/apps/dev.vencord.Vesktop
36
};
37
38
static const char* GetTempPath()
0 commit comments