New comment by dragonmaus on void-packages repository https://github.com/void-linux/void-packages/pull/35604#issuecomment-1055795942 Comment: I have added a preliminary iteration of LOGO. A couple of items I am uncertain about / would like clarification/approval on: - Adding a dependency on `void-artwork`. This could be worked around by including the logo file directly in the `runit-void`, though that has its own downsides (e.g. duplicate files in two different packages, and two different installed locations). - The "nonstandard" resolution of the image file (308 x 257). The [icon theme spec](https://specifications.freedesktop.org/icon-theme-spec/latest/index.html) is (as far as I can tell) somewhat unclear on this point, but it *seems* to imply that only square resolutions are accepted, and those only in powers of two. The solution for this would be to expand the image's canvas slightly to make it square, then downsize it to 256 x 256; I've done this, but will not commit it unless it's actually necessary. (This solution would by necessity also resolve the first point.)