Josselin Mouette schreef:
This appears to have been the culprit. I added the snippet below to the server file and it solved the problem.If you are running a panel applet, the probable cause is that the bonobo-activation-server process from the previous session is still running and is setting this environment variable.
Newer versions of b-a-s are based on dbus so this will not happen in GNOME 2.26. As for the current version, you need to add the following to your .server file (under the oaf_server with type="exe"): <oaf_attribute name="bonobo:environment" type="stringv"> <item value="DBUS_SESSION_BUS_ADDRESS"/> </oaf_attribute>
Thanks alot Josselin. :) By the way, killer sig. Regards, Guido