GNOME Bugzilla – Bug 767673
Add support for snaps
Last modified: 2016-06-22 11:00:01 UTC
Add support for snaps [1]. [1] http://snapcraft.io/
Created attachment 329829 [details] [review] Add support for snaps Minimal patch that adds support for snaps. This allows you to browse snaps installed on your system and search for snaps from the snap store. Installing and removing requires Macaroon support which is currently implemented in Ubuntu with some UI code. This needs more thought until it can go upstream (plugins shouldn't contain UI).
The patch is taken from the wip/rancell/snaps branch.
I've pushed this to master with quite a few whitespace and line length fixes; I've also switched it to use gs_app_set_state_recover() and gs_plugin_refine_app(), I hope this is okay. Thanks for prep-ing this patch; I'll look forward to how it hooks up with the new GsAuth stuff in master too.
Thanks Richard!