Skip to content

Integrations

Horațiu Mlendea edited this page May 19, 2022 · 1 revision

Discord

Discord Rich Presence (RPC) should work out-of-the-box in most situations, with no user input required.

Using native GFN + flatpak Discord

Run the following commands in a terminal: (source)

mkdir -p ~/.config/user-tmpfiles.d
echo 'L %t/discord-ipc-0 - - - - app/com.discordapp.Discord/discord-ipc-0' > ~/.config/user-tmpfiles.d/discord-rpc.conf
systemctl --user enable --now systemd-tmpfiles-setup.service

Disabling the Discord RPC

Currently, the only way to disable it is to use the --disable-rpc command-line argument (documented here)

In order to make this permanent, you can edit the applications desktop file launcher and add that argument to the Exec line

Clone this wiki locally