GNOME Bugzilla – Bug 790967
Support snap channels
Last modified: 2018-01-24 17:54:48 UTC
Created attachment 364596 [details] [review] Support snap channels Snaps have a concept of channels [1]. Essentially channels allow you to switch between stable and unstable versions of the application you have installed. For example all snaps are installed from the "latest/stable" channel. You might want to test the next version of that snap in the "latest/candidate" channel or run an older version in the "2.0/stable" channel. You can see the UI in the snapcraft forum [2]. To implement this in GNOME Software I had to add a channel concept to GsApp and a new plugin function gs_plugin_app_switch_channel. If a plugin adds channels to a GsApp the details page will show a channel button in the details section beside the version label. [1] https://docs.snapcraft.io/reference/channels [2] https://forum.snapcraft.io/t/channel-support-in-gnome-software
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-software/issues/268.