GNOME Bugzilla – Bug 644041
[patch] Use the correct application icon in the .desktop file
Last modified: 2011-04-14 23:06:20 UTC
Created attachment 182635 [details] [review] Patch to fix Else, it shows up with no icon in GNOME Shell (and presumably the fallback menus, too).
Hmmm, I changed that, the icon name should be 'glade' not 'glade-3' for Glade 3.10 (glade master targeting GTK+ 3.0) Glade 3.8 (parallel installable) is still called 'glade-3'. What I changed the name of the data/glade-3.ico to be glade.ico and changed the string in the .desktop.in file to refer to the icon with the correct new name. What else do I have to do to make sure that the 'glade' icon is installed properly ?
.ico files are not supported so you'd need to use either a PNG, SVG, or XPM. The glade-3 icon was actually using the png/svg files under data/icons/hicolor so you could alternatively rename those to simply glade.{png,svg}
Created attachment 182640 [details] [review] Patch to rename files
Created attachment 182642 [details] [review] Oops, forgot to include an icon file
Thanks, can you add an entry to the ChangeLog and commit that ?
Sure... pushed as a50330d59ae91ba2f734680941a43623006c0efa
*** Bug 645837 has been marked as a duplicate of this bug. ***