<div dir="ltr">Hi, I've been struggling with getting dbus interface exposed. I am getting this error during runtime:<br><span style="font-family:monospace;color:rgb(0,0,0)">GLib.Error: g-dbus-error-quark: GDBus.Error:org.freedesktop.<wbr>DBus.Error.AccessDenied: Connection ":1.1160" is not allowed to own the service "com.screenly.playlist" due to security policies in the configuration file (9)<br></span><br><font face="monospace">jdstrand helped me on IRC, and told me I need to have a slot and a plug in my snap. I am doing something wrong though, can someone help out with how it's correctly supposed to be used? </font><br><br><div><font face="monospace">apps:</font></div><div><span style="font-family:monospace">  playlist:</span><br></div><div><font face="monospace">    command: usr/bin/playlist-service.sh</font></div><div><font face="monospace">    daemon: simple</font></div><div><font face="monospace">    plugs: [network-bind, network, playlist-dbus]</font></div><div><font face="monospace"><br></font></div><div><font face="monospace">  websocket:</font></div><div><font face="monospace">    command: usr/bin/websocket-service.sh</font></div><div><font face="monospace">    daemon: simple</font></div><div><font face="monospace">    plugs: [network-bind, network, dbus]</font></div><div><font face="monospace">    slots: [websocket-dbus]</font></div><div><span style="font-family:monospace"><br>slots:</span><br></div><div><font face="monospace">  playlist-dbus:</font></div><div><font face="monospace">    interface: dbus</font></div><div><font face="monospace">    name: com.screenly</font></div><div><font face="monospace">    bus: system</font></div><div><font face="monospace"><br></font></div><div><font face="monospace">plugs:</font></div><div><font face="monospace">  websocket-dbus:</font></div><div><font face="monospace">    interface: dbus</font></div><div><font face="monospace">    name: com.screenly</font></div><div><font face="monospace">    bus: system</font></div></div>