Skip to content

Discord RP

Taiko2k edited this page Apr 22, 2021 · 14 revisions

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

To enable this functionality in Tauon, go MENU > Settings... > Function > (Page 2), and toggle on the setting "Enable Discord Rich Presence".

Note: This function is not supported with Snap installations.

Flatpak note

Flatpak Tauon to Flatpak Discord should work as expected, however if you're using a host installed Discord (such as the .deb version) with Flatpak Tauon, you'll need to grant an extra permission:

  1. First, run flatpak list and check if Tauon is installed as "System" or "User".
  2. Enable permission:
    1. If it is "System", run command: sudo flatpak override com.github.taiko2k.tauonmb --filesystem=xdg-run/discord-ipc-0
    2. If it is "User", run command: flatpak override --user com.github.taiko2k.tauonmb --filesystem=xdg-run/discord-ipc-0
  3. When staring, one or the other of Discord or Tauon may need to be started before the other. Try fully exit both apps and test which order of starting allows RP to work.
Clone this wiki locally