Comment 11 for bug 1303962

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

The audio and video policy groups have this for media-hub:
# Allow communications with media-hub
dbus (receive, send)
     bus=session
     path=/core/ubuntu/media/Service{,/**},

and this for thumbnailer:
# Allow communications with thumbnailer for retrieving album art
dbus (send)
     bus=session
     interface="org.freedesktop.DBus.Introspectable"
     path="/com/canonical/Thumbnailer"
     member="Introspect",
dbus (send)
     bus=session
     path="/com/canonical/Thumbnailer"
     member=GetAlbumArt,

What is needed for mediascanner2?