|
2007-03-01
, 08:57
|
Posts: 114 |
Thanked: 7 times |
Joined on Jan 2006
|
#2
|
method call sender=:1.6 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=StartServiceByName string "org.gnome.evolution.dataserver.AddressBook" uint32 0 signal sender=org.freedesktop.DBus -> dest=(null destination) interface=org.freedesktop.DBus; member=NameOwnerChanged string ":1.7" string "" string ":1.7" method call sender=:1.7 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=Hello method call sender=:1.7 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=AddMatch string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged'" method call sender=:1.7 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=AddMatch string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus'" method call sender=:1.7 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=GetNameOwner string "org.freedesktop.DBus" signal sender=org.freedesktop.DBus -> dest=(null destination) interface=org.freedesktop.DBus; member=NameOwnerChanged string "org.gnome.evolution.dataserver.AddressBook" string "" string ":1.7" method call sender=:1.7 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=RequestName string "org.gnome.evolution.dataserver.AddressBook" uint32 0 method call sender=:1.6 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=GetNameOwner string "org.gnome.evolution.dataserver.AddressBook" method call sender=:1.6 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=AddMatch string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged'" method call sender=:1.6 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=AddMatch string "type='signal',sender=':1.7',path='/org/gnome/evolution/dataserver/addressbook/BookFactory',interface='org.gnome.evolution.dataserver.addressbook.BookFactory'" method call sender=:1.7 -> dest=org.freedesktop.DBus interface=org.freedesktop.DBus; member=AddMatch string "type='signal',sender='com.nokia.backup',path='/com/nokia/backup',interface='com.nokia.backup'" signal sender=org.freedesktop.DBus -> dest=(null destination) interface=org.freedesktop.DBus; member=NameOwnerChanged string "org.gnome.evolution.dataserver.AddressBook" string ":1.7" string "" signal sender=org.freedesktop.DBus -> dest=(null destination) interface=org.freedesktop.DBus; member=NameOwnerChanged string ":1.7" string ":1.7" string ""
|
2007-03-01
, 09:05
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#3
|
|
2007-03-01
, 09:22
|
Posts: 114 |
Thanked: 7 times |
Joined on Jan 2006
|
#4
|
|
2007-03-01
, 11:26
|
Posts: 111 |
Thanked: 9 times |
Joined on Nov 2005
@ Hong Kong
|
#5
|
The Following User Says Thank You to henry For This Useful Post: | ||
When attempting to access, a supposedly synchronous call, to EDS, I'm receiving an error message of:
Message did not receive a reply (timeout by message bus)
Here is the offending code, within a static void section linked to a menu action:
I'm hoping some guru can lend a hand or direction. I'm running this under 2.2, scratchbox 1, with a PC target. I've tried running dbus-monitor (i swear i used to be able to use the keyboard from within the xterm app under scratchbox), but I really don't know what I'm looking for. I do see calls to the addressbook and said factories.
I hope I've provided enough information to go on.... Thanks for any help!
For the sake of brevity, all tests to make sure things are initialized aren't pasted in here.. but, they're in the code, and they come back a success.
Initialization code, tried with and without "TRUE":
myapplication.desktop: