Fix gnome-shell notifications missing an icon under flatpak. Bug 790103.

* icons: Rename application icons to match fully-qualified app name. Update
  references to the olde name with the fully-qualified app name.
This commit is contained in:
Michael James Gratton 2017-11-14 13:08:15 +11:00
parent 9727d41bfc
commit da15ebe3c0
15 changed files with 18 additions and 19 deletions

View file

@ -5,8 +5,6 @@
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "geary",
"rename-icon": "geary",
"copy-icon": true,
/* Nightly build args, remove these when creating a new stable branch */
"tags": ["nightly"],
@ -105,7 +103,7 @@
"sources": [
{
"type": "git",
"url": "https://git.gnome.org/browse/geary",
"url": "/home/mjg/Projects/GNOME/geary",
"branch": "master"
}
]