snapd
snapd copied to clipboard
The snapd and snap tools enable systems to work with .snap files.
Back in 2018 we added running `fc-cache` on install of snaps. This helped with performance issues for popular snaps like `vscode` [1]. However nowdays the desktop helpers from snapcraft are...
This PR enables per-quota requirements in preparation for dropping quota-groups from experimental. We would like to keep the Journal Quota feature in experimental still, and be able to have storage...
When updating service files for the snaps, this also verifies the mount unit of the snap is updated. This however does not update mounts generated from `snapctl mount`. Note that...
This MR integrates with https://github.com/snapcore/snapd-desktop-integration/pull/21 to show a Gtk window when a snap is locked because it is being refreshed and can't be launched yet. It implements part of SD136...
This was created just as an experiment, but it turns out that the spread is green, so maybe it's something we can consider :-)
This allows more efficient checking of multiple plugs and slots and is motivated by adding [snap portal support in glib](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020). In that case we currently have to call snapctl three...
Run 1 nested tests in arm This change include: . Changes done to nested helper . New test-snapd-arm64-gadget . New model for arm64 . New image to run in arm...
Implements an "user hook" called "refresh-available". This "user hook" is called as a user program, and must be defined in the snap's YAML file as an app entry with the...
This MR adds a Snap/Cgroup monitor that allows other parts of the code to wait until all the instances of a Snap have ended and it can be safely refreshed....
Hi, IMO, I think it would be helpful to show the revision of snaps when building Ubuntu Core image, most of the time I need to spend quite some time(depends...