-
-
Notifications
You must be signed in to change notification settings - Fork 69
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 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:
- First, run
flatpak list
and check if Tauon is installed as "System" or "User". - Enable permission:
- If it is "System", run command:
sudo flatpak override com.github.taiko2k.tauonmb --filesystem=xdg-run/discord-ipc-0
- If it is "User", run command:
flatpak override --user com.github.taiko2k.tauonmb --filesystem=xdg-run/discord-ipc-0
- If it is "System", run command:
- 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.