View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#3
The problem can be most likely solved by export the dbus session bus address manually. you can do this by following these steps:

Code:
> eval $(dbus-launch --sh-syntax)
> export BUS_SESSION_BUS_ADDRESS
> export DBUS_SESSION_BUS_PID
Please try it out with your application. At least the dbus-monitor works then for me. If this does not work let me know.

Cheers Daniel
 

The Following 2 Users Say Thank You to danielwilms For This Useful Post: