View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#7
Originally Posted by jaem View Post
They do indeed, although I'm not sure what that signifies[.]
With that line in place, hildon-desktop ignores the Exec field of your application. Look in /usr/share/dbus-1/services/ for the program's corresponding .service file and edit the Exec field found there.

If that doesn't work, you have two options:
  • Comment out the X-Osso-Service field from the program's desktop file and edit the Exec field.
  • Write a daemon that listens for the NameOwnerChanged signal with the first argument - a string one - containing the service name of your program, that will execute your script when the signal has been recieved.

Last edited by qwerty12; 2010-04-06 at 08:25.