You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there plans to add support for Discord's Flatpak package?
The IPC paths seem to be different for the Flatpak version of Discord; /run/user/1000/discord-ipc-<0-9> don't exist, but /run/user/1000/app/com.discordapp.Discord/discord-ipc-<0-9> does.
For now, I'll just not use Flatpak, but It'd be nice to have this fixed, because Arch's discord package (in community) sometimes takes a long time to catch up to package updates.
The text was updated successfully, but these errors were encountered:
It does seem that @FichteFoll made a commit to fix this this issue (9415b09) but it checks for /run/user/1000/snap.discord/discord-ipc-<0-9>. Try and see if 1ee6d25 fixes this.
Yes, snap and flatpak are different packaging tools and use different paths. For reference, here is how I implemented in another utility that provides a rich presence: FichteFoll/discordrp-mpris@a685a20
Is there plans to add support for Discord's Flatpak package?
The IPC paths seem to be different for the Flatpak version of Discord;
/run/user/1000/discord-ipc-<0-9>
don't exist, but/run/user/1000/app/com.discordapp.Discord/discord-ipc-<0-9>
does.For now, I'll just not use Flatpak, but It'd be nice to have this fixed, because Arch's discord package (in
community
) sometimes takes a long time to catch up to package updates.The text was updated successfully, but these errors were encountered: