The desktop entries are stored in /usr/share/applications/hildon. You just need to make a new file myprogram.desktop, which contains the same fields as the existing .desktop files, and set the Exec field to be "debbie myprogram", where myprogram is the command you want to run. For example, here is my gnumeric.desktop: Code: [Desktop Entry] Encoding=UTF-8 Name=GNumeric GenericName=GNumeric Exec=debbie gnumeric Terminal=false X-MultipleArgs=false Type=Application Icon=deblet
[Desktop Entry] Encoding=UTF-8 Name=GNumeric GenericName=GNumeric Exec=debbie gnumeric Terminal=false X-MultipleArgs=false Type=Application Icon=deblet