Hello, requesting a dbus slot declaration for the rustconn snap (previous interface request: [#51235]).
Since moving from a custom core26 setup back to core24 with the gnome extension (rev 149+), the snap declares a session D-Bus slot so the GTK4 application can own its well-known name, matching the app ID and desktop file (io.github.totoshko88.RustConn), as registered by g_application_register:
slots:
dbus-rustconn:
interface: dbus
bus: session
name: io.github.totoshko88.RustConn
Without owning this name the app fails to register on the session bus under strict confinement. This is the standard single-instance/activation mechanism for GTK/GApplication apps. Could you please grant the slot declaration (and approve the latest pending revision)? Thank you!