You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to listen to global events in the case that some media player blocks the Get method using AppArmor, such as snap-based Spotify. In that case, a Player cannot be found using a PlayerFinder due to an error like:
TransportError(D-Bus error: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.507" (uid=1000 pid=47907 comm="target/debug/MYAPP" label="snap.powershell.powershell (complain)") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.mpris.MediaPlayer2.spotify" (uid=1000 pid=15478 comm="/snap/spotify/74/usr/share/spotify/spotify" label="snap.spotify.spotify (enforce)") (org.freedesktop.DBus.Error.AccessDenied))
The text was updated successfully, but these errors were encountered:
I'd like to be able to listen to global events in the case that some media player blocks the
Get
method using AppArmor, such as snap-based Spotify. In that case, aPlayer
cannot be found using aPlayerFinder
due to an error like:The text was updated successfully, but these errors were encountered: