Skip to content

Commit

Permalink
add mpris bus for flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
saeziae authored Nov 15, 2024
1 parent eeb780d commit 15aa35c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,18 @@
},
"flatpak": {
"description": "YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)",
"category": "AudioVideo"
"category": "AudioVideo",
"finishArgs": [
"--socket=wayland",
"--socket=x11",
"--share=ipc",
"--device=dri",
"--socket=pulseaudio",
"--share=network",
"--filesystem=xdg-music:rw",
"--talk-name=org.freedesktop.Notifications",
"--own-name=org.mpris.MediaPlayer2.YoutubeMusic.*"
]
},
"deb": {
"depends": [
Expand Down

0 comments on commit 15aa35c

Please sign in to comment.