Customizing Desktop Icons

Create a file called whatever.desktop Inside it should contain the following.
This file will need to be in your Desktop directory
[Desktop Entry]
Name=My Name
Comment=My application which does this
Icon=/usr/share/pixmaps/openbox.xpm
Exec=/usr/bin/leafpad
Type=Application
Encoding=UTF-8
Terminal=false
Categories=None;

Comments

Popular Posts