Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GLIB] Change MPRIS bus name to be sandbox friendly
https://bugs.webkit.org/show_bug.cgi?id=241807 Reviewed by Philippe Normand. When an application has an ID this changes the name to be org.mpris.MediaPlayer2.$APP_ID.$INSTANCE_ID which is permitted by default with flatpak and now with our bubblewrap sandbox. Instead of the previous org.mpris.MediaPlayer2.$APP_ID-$INSTANCE_ID which would be blocked by sandboxes unless they allowed an overly broad org.mpris.MediaPlayer2.* permission. * Source/WebCore/platform/audio/glib/MediaSessionGLib.cpp: (WebCore::MediaSessionGLib::MediaSessionGLib): Canonical link: https://commits.webkit.org/251730@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295725 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information