Thread
:
How dose D-Bus working with QT4 in Maemo SDK 4,5
View Single Post
danielwilms
2009-05-07 , 14:23
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
Quote & Reply
|
The Following 2 Users Say Thank You to danielwilms For This Useful Post:
funpig
,
qwerty12
danielwilms
View Public Profile
Send a private message to danielwilms
Find all posts by danielwilms