Making a menu icon for Debian apps As root, copy an existing .desktop menu icon file. Code: cp /usr/share/applications/hildon/mplayer.desktop /usr/share/applications/hildon/abiword-deb.desktop Edit the new .desktop file to look something like this (Changing the name, etc. of course): Code: [Desktop Entry] Encoding=UTF-8 Name=Debian AbiWord Exec=/usr/bin/debbie abiword Icon=qgn_list_btno_gen_computer X-Osso-Type=application/x-executable X-HildonDesk-ShowInToolbar=true
cp /usr/share/applications/hildon/mplayer.desktop /usr/share/applications/hildon/abiword-deb.desktop
[Desktop Entry] Encoding=UTF-8 Name=Debian AbiWord Exec=/usr/bin/debbie abiword Icon=qgn_list_btno_gen_computer X-Osso-Type=application/x-executable X-HildonDesk-ShowInToolbar=true