Control: retitle -1 gnome-contacts: only has scalable SVG icons, not bitmap PNG
icons
On Mon, 25 May 2020 at 18:24:54 -0400, Simon Désaulniers wrote:
> After installing the package, the icon files are not installed on the system.
> According to apt-file, they should be installed at the following paths:
>
> gnome-contacts: /usr/share/icons/hicolor/16x16/apps/org.gnome.Contacts.png
> gnome-contacts: /usr/share/icons/hicolor/22x22/apps/org.gnome.Contacts.png
> gnome-contacts: /usr/share/icons/hicolor/32x32/apps/org.gnome.Contacts.png
> gnome-contacts: /usr/share/icons/hicolor/48x48/apps/org.gnome.Contacts.png
> gnome-contacts:
> /usr/share/icons/hicolor/512x512/apps/org.gnome.Contacts.png
apt-file looks at all the apt sources you have available, so you're seeing
the PNG icons in the version in stable. To see what's in the version you
actually have installed, use `dpkg -L gnome-contacts`.
It looks as though since 3.31.3, gnome-contacts only installs scalable
icons in SVG format. This appears to have been a deliberate upstream
change. Is Awesome unable to display those?
smcv