Hi all
In the last snapshots I've noticed the new crispy icon acorn.png
However in Linux (Fedora, gnome-shell) I see the old acorn.ico when I
search the application (and when I mark it as favorite) and I see the
nice acorn.png when SquirrelSQL is running. Inconsistent behaviour.
This is because the .desktop file generated during the installation
contains the path to the .ico file.
Can you change it to the .png file?
[squirrel-sql-git (master)]$ git grep acorn\.ico
archive/sql12/build/Unix_shortcutSpec.xml:
iconFile="$INSTALL_PATH/icons/acorn.ico"
archive/sql12/build/shortcutSpec.xml:
iconFile="$INSTALL_PATH/icons/acorn.ico"
archive/squirrel-sql/build/shortcutSpec.xml:
iconFile="$INSTALL_PATH/icons/acorn.ico"
sql12/core/doc/changes.txt:On Mac OS X the SQuirreL now uses the acorn
icon instead of the default java coffee cup icon.
sql12/installer/other/Unix_shortcutSpec.xml:
iconFile="$INSTALL_PATH/icons/acorn.ico"
sql12/installer/other/shortcutSpec.xml:
iconFile="$INSTALL_PATH/icons/acorn.ico"
As far as I can see in the freedesktop spec, PNG is the recommended
bitmap format:
> An icon file is an image that can be loaded and used as an icon. The
> supported image file formats are PNG, XPM and SVG. PNG is the
> recommended bitmap format, and SVG is for vectorized icons. XPM is
> supported due to backwards compability reasons, and it is not
> recommended that new themes use XPM files. Support for SVGs is
> optional.
From:
https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
Thanks
Federico
|