Request for dbus slot declaration for dartpdf

DartPDF is a strictly-confined GTK/Flutter PDF editor. It needs to own the well-known session-bus name dev.milanko.dartpdf, which is its GApplication/desktop application ID:

slots: dartpdf-dbus: interface: dbus bus: session name: dev.milanko.dartpdf

GTK’s GApplication registers this name at startup. Under strict confinement without the declaration, AppArmor denies the request and the app exits before it maps a window. The name matches the snap’s own app ID and is not a name any other project would claim. Requesting the declaration so revisions stop requiring manual review.

Snap: dartpdf · Publisher: ben-milanko · Listing: https://snapcraft.io/dartpdf

This request has been added to the queue for review by the @reviewers team.

Hey @ben-milanko

I’ve granted dartpdf usage of the well-known session-bus name dev.milanko.dartpdf as it is specific enough to the snap. Next revision uploaded to the store should pass automatic review cleanly

Thanks