GNOME Bugzilla – Bug 779021
Application should have its own icon
Last modified: 2017-06-30 13:10:46 UTC
gnome-contacts currently uses Icon=x-office-address-book which would be provided by the theme. Except that the Adwaita icon theme only provides a colourful 48x48 icon, which looks bad: $ locate -e x-office-address-book | grep /usr/share | grep Adwaita /usr/share/icons/Adwaita/16x16/mimetypes/x-office-address-book-symbolic.symbolic.png /usr/share/icons/Adwaita/16x16/mimetypes/x-office-address-book.png /usr/share/icons/Adwaita/22x22/mimetypes/x-office-address-book.png /usr/share/icons/Adwaita/24x24/mimetypes/x-office-address-book-symbolic.symbolic.png /usr/share/icons/Adwaita/24x24/mimetypes/x-office-address-book.png /usr/share/icons/Adwaita/32x32/mimetypes/x-office-address-book-symbolic.symbolic.png /usr/share/icons/Adwaita/32x32/mimetypes/x-office-address-book.png /usr/share/icons/Adwaita/48x48/mimetypes/x-office-address-book-symbolic.symbolic.png /usr/share/icons/Adwaita/48x48/mimetypes/x-office-address-book.png /usr/share/icons/Adwaita/64x64/mimetypes/x-office-address-book-symbolic.symbolic.png /usr/share/icons/Adwaita/96x96/mimetypes/x-office-address-book-symbolic.symbolic.png /usr/share/icons/Adwaita/scalable/mimetypes/x-office-address-book-symbolic.svg
Created attachment 346846 [details] [review] icons: provide app icon - hicolor in up to 512x512px - symbolic
Review of attachment 346846 [details] [review]: Needs just two trivial changes to make it work: * you specify the 256x256 size in data/icons/Makefile.am, but forgot to generate it as a file. * vice-versa for the 256x256 icon. Rest looks good though :)
Correction: the 2nd bullet is about 521x521
(In reply to Niels De Graef from comment #3) > Correction: the 2nd bullet is about 521x521 512x512 ;)
Created attachment 354553 [details] [review] icons: provide app icon - hicolor in up to 512x512px - symbolic
(In reply to Jakub Steiner from comment #5) > Created attachment 354553 [details] [review] [review] > icons: provide app icon > > - hicolor in up to 512x512px > - symbolic Hi Jakub, is it possible you accidentally uploaded the same patch? :-) (In reply to Bastien Nocera from comment #4) > (In reply to Niels De Graef from comment #3) > > Correction: the 2nd bullet is about 521x521 > > 512x512 ;) :p
Unlike the previous patch, the Makefile now correctly lists the 512x512px size.
(In reply to Jakub Steiner from comment #7) > Unlike the previous patch, the Makefile now correctly lists the 512x512px > size. My bad! That was on error on my part indeed. Landed on master as commit e1c2ab029a404030555a51e6344a3c285173b77c. Jakub: thanks a lot!