Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Explain the new way to provide snap icons. #409
Conversation
coveralls
commented
Mar 29, 2016
kyrofa
reviewed
Mar 29, 2016
| + | ||
| +To provide an icon for your snap, while for command line applications might | ||
| +not seem as important it is rather important for discoverability from | ||
| +management interfaces such as store fronts like webdm. |
kyrofa
Mar 29, 2016
Member
This could flow a bit better. Perhaps something like "Providing an icon for your snap is important, even for command-line applications, if for nothing else than discoverability from management[...]"
kyrofa
reviewed
Mar 29, 2016
| @@ -105,7 +105,11 @@ def _setup_assets(meta_dir, config_data): | ||
| os.link(config_data['license'], license_path) | ||
| if 'icon' in config_data: | ||
| - logger.warning("DEPRECATED: 'icon' defined in snapcraft.yaml") | ||
| + # TODO: use developer.ubuntu.com once it has updated documentation. |
|
|
coveralls
commented
Mar 29, 2016
|
|
sergiusens
merged commit 4073f89
into
snapcore:master
Mar 29, 2016
sergiusens
deleted the
sergiusens:bugfix/1561327/icon-in-setup
branch
Aug 30, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedMar 29, 2016
LP: #1561327
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com