]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
icons: add various other sizes of PNG icons.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Oct 2019 14:27:03 +0000 (10:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Oct 2019 14:53:52 +0000 (10:53 -0400)
commitca59be524d6c2dcb230e000b0a1c061f9586eae4
tree8934d887778a32593ae24dde258abebf5ffd6425
parent8e4b7d318cb59f5989eee91f54ec2ee18bd730e8
icons: add various other sizes of PNG icons.

For whatever reason, after updating to xfce-4.14, my SVG icon isn't
being used in contexts where it should. For example, I'm seeing a
"missing icon" image on the plugin's "about" dialog, where the
scalable icon would be a perfect choice.

The SVG icon is still there, and should be used as a last resort, but
maybe other people would experience this problem as well. To work
around it, I've manually created a bunch of PNG icons in various
sizes. This fixes my problem, and can't hurt anything (ha ha).
28 files changed:
Makefile.am
configure.ac.in
icons/128x128/Makefile.am [new file with mode: 0644]
icons/128x128/xfce4-hdaps.png [new file with mode: 0644]
icons/16x16/Makefile.am [new file with mode: 0644]
icons/16x16/xfce4-hdaps.png [new file with mode: 0644]
icons/192x192/Makefile.am [new file with mode: 0644]
icons/192x192/xfce4-hdaps.png [new file with mode: 0644]
icons/22x22/Makefile.am [new file with mode: 0644]
icons/22x22/xfce4-hdaps.png [new file with mode: 0644]
icons/24x24/Makefile.am [new file with mode: 0644]
icons/24x24/xfce4-hdaps.png [new file with mode: 0644]
icons/256x256/Makefile.am [new file with mode: 0644]
icons/256x256/xfce4-hdaps.png [new file with mode: 0644]
icons/32x32/Makefile.am [new file with mode: 0644]
icons/32x32/xfce4-hdaps.png [new file with mode: 0644]
icons/36x36/Makefile.am [new file with mode: 0644]
icons/36x36/xfce4-hdaps.png [new file with mode: 0644]
icons/48x48/Makefile.am
icons/512x512/Makefile.am [new file with mode: 0644]
icons/512x512/xfce4-hdaps.png [new file with mode: 0644]
icons/64x64/Makefile.am [new file with mode: 0644]
icons/64x64/xfce4-hdaps.png [new file with mode: 0644]
icons/72x72/Makefile.am [new file with mode: 0644]
icons/72x72/xfce4-hdaps.png [new file with mode: 0644]
icons/96x96/Makefile.am [new file with mode: 0644]
icons/96x96/xfce4-hdaps.png [new file with mode: 0644]
icons/Makefile.am