View Single Post
Davey101's Avatar
Posts: 40 | Thanked: 14 times | Joined on Feb 2010 @ UK
#7
Originally Posted by arajantie View Post
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
I am having real problems with these desktop shortcuts!

I've copied this text into a .desktop file in the /usr/share/applications/hildon directory, changing only the icon entry.

I've created a second file for gftp too and both these shortcuts are showing up on the desktop with the correct icons. The problem is, they don't do anything when presssed!

It's baffling, given that "debbie gnumeric" and "debbie gftp" both work as desired when executed from the normal (user) terminal.
__________________
Dave