Sergio Costas
Sergio Costas
Currently, if there is a program using the notices API and awaiting for notices, and the snapd daemon is killed (for example, because the snapd snap is being updated), the...
The new Refresh Awareness specification moves all the work of showing refresh progress and notifications into a specific snap. To detect when that snap is available or not, snapd checks...
The interface 'desktop-legacy' (and 'unity7') specifically denies read access to the .desktop files, which means that any extension that requires it (like gnome or kde) won't be able to read...
Access to /v2/snaps/{name} is required for snap-refresh-observe because it is needed to get the path for the XXXXX.desktop file, which is needed for the icon and the visible name. It...
This patch adds the last changes currently at upstream/master.
In Core Desktop, like in Classic, locale-control is required to be implicit. This complements the already merged PR https://github.com/snapcore/snapd/pull/13027 Thanks for helping us make a better snapd! Have you signed...
A snapped pipewire requires to be able to create the pulse folder inside the global XDG_RUNTIME_DIR folder (not the snap own folder). Also, it requires to be able to create...
AppArmor glob rules use only the [XXXX]* format, but the file bool_file.go has an entry with [XXXX]+, which seems an error. This patch replaces it with the compliant glob rule....