Support sideloading snap packages
Bug #1570182 reported by
Robert Ancell
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-software (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
You can't currently sideload a snap (i.e. install a .snap file).
This requires gnome-software to be subscribed to the .snap mime type and gnome-software to be able to extract the snap metadata.
tags: | added: trello-import |
tags: | removed: trello-import |
description: | updated |
tags: | added: julyshakedown |
To post a comment you must log in.
The method snappy uses for extracting metadata is:
$ unsquashfs -d (some temp dir) package.snap meta/snap.yaml meta/gui/icon.png meta/icon.png
This will pull out these metadata files to a temp directory and then they can be parsed by GNOME Software.