Context
On classic systems, if there is a snap providing the wayland interface then when installing snaps that plug this interface will not autoconnect because of the ambiguity. Some snaps that provide this slot are:
- mir-kiosk
- mir-test-tools
- egmde-confined-desktop
Following some discussion I think we need store assertions to add slots-per-plug: *
to the plug providers. That includes the above snaps and, potentially, on classic systems the system (AIUI if providers disagree then that’s another source of ambiguity).
Questions
There are enough gaps in my knowledge that I’m not sure if it is possible, or how to try this approach locally to confirm it addresses the problem.
Is this possible?
I can probably copy and edit an existing assertion, but is the format defined somewhere? And how to sign it? How to install it?
How to create an assertion for the system slot? Is that needed?
In general, what should I do next to explore this solution further?