9 Commits

Author SHA1 Message Date
Sergio Costas
ff7978736b data: install snapcraft logo in /usr/share/snapd (#12388)
This commit ensures that the snapcraft icon is shown in the lock screen notifications. Unfortunately, to make it work it requires to be modified in the .deb package; it seems that there is no way of doing this in the snap package because the required change must be set in the "first" .desktop file, and /usr/share(/applications) is before than /var/lib/snapd/desktop(/applications) in the XDG_DATA_DIRS order.

Jira: DT-862
2022-12-07 11:05:42 +01:00
James Henstridge
0bd5b51053 data: mark the session agent as using notifications 2020-10-14 08:56:29 +08:00
James Henstridge
2dadf39870 data: add D-Bus service activation and desktop files for the session agent 2020-10-14 08:56:29 +08:00
Sebastien Bacher
b982afca95 snap-userd-autostart: don't list as a startup application on the GUI
Use NoDisplay=true so gnome-session-properties does list it as a startup program
We don't list the technical items/services in the GUI because it confuses users
and can lead to have them being turned off which creates problems.
2019-07-09 15:40:16 +02:00
James Henstridge
03e008c488 cmd/snap: use the snap-store snap instead of gnome-software 2018-09-07 17:31:17 +08:00
James Henstridge
05ff087c82 cmd: rename snap-uri-handler to handle-link 2018-09-07 17:20:51 +08:00
James Henstridge
ccf31c25a1 cmd, data, tests: small fixes from zyga's review 2018-09-07 17:20:51 +08:00
James Henstridge
68e796df7d data, tests: add .desktop file to bind snap: URIs to the uri handler 2018-09-07 17:20:51 +08:00
Maciej Borzecki
98db4bcd35 cmd/snap: user session application autostart v3 (#4942)
Add support for `snap userd --autostart`. The command is expected to be run as part of user session startup and is responsible for starting snap applications that have placed a proper `*.desktop` file in `$SNAP_USER_DATA/.config/autostart`. The desktop file is matched against `autostart` declaration in snap's YAML.

For details see https://forum.snapcraft.io/t/development-sprint-march-5th-2018/4345/2

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
2018-04-11 09:26:59 +02:00