From b112a708fd4de023df3339cfc090ae8b2dd31cd7 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 4 Sep 2019 17:59:54 -0700 Subject: mediaplayer: qml: add missing dbus permission in config.xml To avoid cynara access messages like the following request dbus permissions. This oddly caused the QML thread to lock up rendering the Image component with the respective album art. cynara[334]: User::App::mediaplayer;1001;http://tizen.org/privilege/internal/dbus => DENY cynara[334]: User::App::mediaplayer;1001;http://tizen.org/privilege/internal/dbus => DENY Bug-AGL: SPEC-2774 Change-Id: If1e9ff139c91ca2912402a6c2a709df9fdf4aeff Signed-off-by: Matt Ranostay --- package/config.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/package/config.xml b/package/config.xml index 46001cb..3a25a0d 100644 --- a/package/config.xml +++ b/package/config.xml @@ -12,6 +12,7 @@ + -- cgit 1.2.3-korg