On Windows with HiDPI screen the Geany ico is really blurry and hopefully
this fixes it. The icon was generated with the following commands:

inkscape -w 64 -h 64 -e 64.png scalable/geany.svg
inkscape -w 256 -h 256 -e 256.png scalable/geany.svg
convert 16x16/geany.png 32x32/geany.png 48x48/geany.png 64.png 256.png geany.ico

(requires inkscape and imagemagick installed)

Based on

https://docs.microsoft.com/en-us/windows/win32/uxguide/vis-icons

Microsoft recommends 16, 32, 48, 256 sizes of ico files and 64 for
"classic mode" so the generated sizes should cover all of them.

Note that Thunar on xfce apparently doesn't like the 256 icon size and
displays a preview that looks like a noise but the icon is displayed
correctly on macOS (and I assume Windows too).

I didn't make a Windows build with this icon so I actually haven't
tested it myself if it fixes the problem.


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3090

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3090@github.com>