To make the review of your request easier, please use the following template to provide all the required details and also include any other information that may be relevant.
- name: agendrr
- description: A command-line utility to generate a markdown summary of events from Google Calendar.
- snapcraft: agendrr/snap/snapcraft.yaml at main · jnsgruk/agendrr · GitHub
- upstream: https://github.com/jnsgruk/agendrr/
- upstream-relation: It’s me!
- interfaces:
- personal-files:
- request-type: installation/auto-connections
- reasoning: write access to
$HOME/.config/agendrrfor storing configuration information
- personal-files:
I’ve actually been using this snap for some time without this interface even defined in my snapcraft.yaml and it worked fine - I think because the file had already been created by a pre-snap version of the application.
In any case, it’s clear to me from a fresh install that this is required for the app to function correctly. Posted off the back of a failed upload that triggered manual review
Thanks! Jon