Hello,
Now that I’m tightening the screws everywhere for the latest KDE based Ubuntu Core Desktop images, I’m finding a few missing auto-connects for plasma-discover. Please find them listed in the request below.
- name: plasma-discover
- description: Discover allows to install/uninstall applications, in our case snaps
- snapcraft: https://invent.kde.org/neon/snap-packaging/discover-snap/-/blob/master/snapcraft.yaml
- upstream: https://invent.kde.org/plasma/discover.git
- upstream-relation: Both are produced by the KDE community
- interfaces:
- desktop-launch:
- request-type: auto-connection
- reasoning: Snaps can be started straight from Discover after they’ve been installed
- network-manager:
- request-type: auto-connection
- reasoning: Discover checks the network connectivity status to know if it can update its appstream cache or not
- screen-inhibit-control:
- request-type: auto-connection
- reasoning: Discover tries to prevent the session from going to sleep while installs/uninstalls are in progress
- snapd-control:
- request-type: auto-connection
- reasoning: Discover just cannot do its job of installing/uninstalling snaps without this interface
- desktop-launch:
Thanks in advance!