From e0afa4dd55bddde6c86ac12b736699f95b45f9ce Mon Sep 17 00:00:00 2001 From: dakrk Date: Tue, 24 Feb 2026 02:30:14 +0000 Subject: [PATCH] Allow Flatpak to communicate with MPRIS See issue described on sonicnext-dev/MarathonRecomp#92 and sonicnext-dev/MarathonRecomp#125 --- flatpak/io.github.hedge_dev.unleashedrecomp.json | 1 + 1 file changed, 1 insertion(+) diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp.json b/flatpak/io.github.hedge_dev.unleashedrecomp.json index f6ae9324..f96a60de 100644 --- a/flatpak/io.github.hedge_dev.unleashedrecomp.json +++ b/flatpak/io.github.hedge_dev.unleashedrecomp.json @@ -10,6 +10,7 @@ "--socket=fallback-x11", "--socket=pulseaudio", "--device=all", + "--talk-name=org.mpris.MediaPlayer2.*", "--filesystem=host", "--filesystem=/media", "--filesystem=/run/media",