Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: SamK on November 28, 2011, 01:55:29 PM
-
/usr/local/share/dillo3.desktop contains
Exec=/usr/local/bin/dillo
Icon=dillo3
X-FullPathIcon=/usr/local/share/pixmaps/dillo3.png
Result shown in no_icon.png
Renaming
/usr/local/share/pixmaps/dillo3.png
to
/usr/local/share/pixmaps/dillo.png
Result shown in with_icon.png
A similar effect is seen with the icon in the title bar (screenshots not included).
It seems that the name executed should correlate with the icon name.
-
Did you rename the file or the X-FullPathIcon entry?
What do you mean with "It seems that the name executed should correlate with the icon name." ?
-
Did you rename the file or the X-FullPathIcon entry?
What do you mean with "It seems that the name executed should correlate with the icon name." ?
The Exec= entry in dillo3.desktop refers to dillo not dillo3. No changes were made in dillo3.desktop due to the read only file system.
The symlink was renamed
from:
/usr/local/share/pixmaps/dillo3.png
to:
/usr/local/share/pixmaps/dillo.png
-
Now I understand, that's because your window manager doesn't honor the Icon and neither the X-FullPathIcon fields.
For the next update I will make sure to use the same dillo.png file for all dillo versions.
Just having looked at it the icon code in tinycore it seems to be way too complicated for what it does.
Also, I forgot why we need the X-FullPathIcon in addition to the Icon field...
-
For the next update I will make sure to use the same dillo.png file for all dillo versions.
Icon displays fine using the latest update - thanks.