From fe319daec12f717cf9c18020f2aacbc5124c64ce Mon Sep 17 00:00:00 2001 From: Alexey Arutyunov Date: Sun, 22 Dec 2024 15:37:30 +0100 Subject: [PATCH] fix: Add Flatpak permissions needed for MPRIS and tray icon (#2754) --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 49c2f242..0ac40f8d 100644 --- a/package.json +++ b/package.json @@ -141,6 +141,8 @@ "--share=network", "--filesystem=xdg-music:rw", "--talk-name=org.freedesktop.Notifications", + "--talk-name=org.gnome.SessionManager", + "--talk-name=org.kde.StatusNotifierWatcher", "--own-name=org.mpris.MediaPlayer2.YoutubeMusic.*" ] },