[q, fsot] howto dbus

arne anka openmoko at ginguppin.de
Sat May 23 20:49:59 CEST 2009


> QDBusConnection GPSConnection = QDBusConnection::systemBus();
> ...


thanks, no w i at least got an idea how to preceed.
nevertheless, for want of gypsy i tried to connect to a signal from  
kwalletd (kde pasword management daemon), which besides others offers the  
signal

org.kde.kwalletd /modules/kwalletd org.kde.KWallet.walletOpened()

doing

QDBusInterface* KWalletdInterface = new QDBusInterface("org.kde.kwalletd",  
"/modules/kwalletd", "org.kde.KWallet", QDBusConnection::sessionBus());
connect(KWalletdInterface, SIGNAL(walletOpened()), this, SLOT(slotOne()));

always gives

Object::connect: No such signal org::kde::KWallet::walletOpened()

searching around, i found your thread with exactly the same problem (and  
my rather less helpful comments ;-) -- but you never posted a solution to  
that ...
> http://kerneltrap.org/index.php?q=mailarchive/openmoko-community/2008/11/26/4238514/thread




More information about the community mailing list