Skip to content

Discord RP

Taiko2k edited this page Oct 6, 2022 · 14 revisions

Discord Rich Presence allows you to show your currently playing track as your Discord game status.

AUR users: Install AUR dependency python-pypresence. (Restart Tauon if running after installing)

To enable:

  • Go to MENU > Settings... > Function > Page 4 > and tick Enable Discord Rich Presence.

Note: Status will only be displayed while a track is playing

Flatpak

Flatpak-Tauon to Host-Discord

Make sure Discord is started before Tauon

Host-Tauon to Flatpak-Discord

You need to create a certain link. This link will be lost on reboot, but you can set up a service to make it permanent. See Discord/Unsandboxed Applications for details.

Flatpak-Tauon to Flatpak-Discord

This should just work. If not see troubleshooting below

Host-Tauon to Host-Discord

Flatpak isn't involved, should just work.

Troubleshooting

Make sure Discord is running first, then open Tauon after.

If its still not working, try exit both apps, go to /run/user in your file browser. Do a search (include sub-folders) there for "discord" and delete anything with that in the name. Then start Discord, then start Tauon.

If its still not working, then who knows 🤷

NixPkg

Nixpkgs users: Override the tauon package like this

tauon.override { withDiscordRPC = true; }
Clone this wiki locally