[maemo-developers] Bringing up the accounts UI using DBus

From: Jamie Thompson lists.maemo-developers at jamie-thompson.co.uk
Date: Tue Jul 12 18:10:33 EEST 2011
> I'm not sure what the problem is, but maybe QDBusInterface isn't
> happy with the result of the introspection. Try not using
> QDbusInterface, and just send the method on QDBusConnection.

Brilliant, works perfectly without any hacks:
> QDBusMessage msg(QDBusMessage::createMethodCall(NOKIA_SERVICE_ACCOUNTS_UI,
> 	NOKIA_PATH_ACCOUNTS_UI, NOKIA_IFACE_ACCOUNTS_UI, "OpenAccountsList"));
> msg << (uint)winId(); 
> QDBusConnection::sessionBus().call(msg);

Many thanks. I guess the issue does indeed lie within QDbusInterface then.

- Jamie
More information about the maemo-developers mailing list