Quick launcher and non-DBus commands

2007-03-28 Thread David Hagood
Well, I've worked out how to launch a given program in a shell and to create a .desktop file to allow that command to be added to the menus. The key is to provide the command in the Exec= entry, and to NOT provide a X-Osso-Service= line. If you provide the service line, then the Exec will be

Re: Quick launcher and non-DBus commands

2007-03-28 Thread Mikhail Sobolev
Hi David On Wed, Mar 28, 2007 at 06:15:47AM -0500, David Hagood wrote: Well, I've worked out how to launch a given program in a shell and to create a .desktop file to allow that command to be added to the menus. The key is to provide the command in the Exec= entry, and to NOT provide a

Re: Quick launcher and non-DBus commands

2007-03-28 Thread Frantisek Dufka
David Hagood wrote: The key is to provide the command in the Exec= entry, and to NOT provide a X-Osso-Service= line. If you provide the service line, then the Exec will be ignored. Exactly. I think all the tutorials overuse and stress the importance of having the service to the point people