View Single Post
Posts: 46 | Thanked: 66 times | Joined on Jan 2010
#3
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
 

The Following 4 Users Say Thank You to arajantie For This Useful Post: