An easy way to add an icon to a shortcut for let say, my post above, would be first to find/create a PNG image of dimension 48x48. google this. save file to /usr/share/icons/hicolor/48x48/hildon/ Modify the .desktop file to include the following line. The right side should be the name of file without the .png. (the name of my file was topx.png) Code: Icon=topx Save the file and reboot to see the icon for the shortcut. my topx.desktop shortcut-with-icon for 'top' looks like this: Code: [Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Terminal=true Name=topx Exec=/usr/bin/osso-xterm top Icon=topx X-Osso-Type=application/x-executable HTH
Icon=topx
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Terminal=true Name=topx Exec=/usr/bin/osso-xterm top Icon=topx X-Osso-Type=application/x-executable