0

I created a deb file for ubuntu and I can add the program under Sound & Video. But when I try to add icon for it , it show no icon image . My dbr.desktop file content is :

[Desktop Entry]
Encoding=UTF-8
_Name=Insight Daisy Book Reader
_Comment=Read Daisy Talking Books
Exec=dbr
Icon=icon32x32.png
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;AudioVideo;

I put the image icon32x32.png on the same level as this file . The corresponding screenshot shown below (Insight Daisy Book Reader). enter image description here

I am not included the image path not any where in configuration file.

Please advise how to add program icon image ..

Thanks Anes

Anes
  • 71
  • 1
  • 4

1 Answers1

1

I suggest you to type the location of your icon completely . Example :

Icon=/usr/share/icons/example.png

You change the word /usr/share/icons with your icon directory.