<p>Can't you move the code to a different thread?<br>
</p>
<div class="gmail_quote">Em 03/01/2013 20:03, "Cédric Bellegarde" <<a href="mailto:gnumdk@gmail.com">gnumdk@gmail.com</a>> escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le jeudi 3 janvier 2013 18:09:25 David Edmundson a écrit :<br>
> Always use async calls for everything<br>
<br>
On kded-appmenu part, the blocking code isn't in kded-module but in appmenu-qt<br>
plugin used to export the menu over dbus:<br>
<br>
<a href="http://bazaar.launchpad.net/~indicator-applet-developers/appmenu-
qt/trunk/view/head:/src/appmenuplatformmenubar.cpp#L406" target="_blank">http://bazaar.launchpad.net/~indicator-applet-developers/appmenu-<br>
qt/trunk/view/head:/src/appmenuplatformmenubar.cpp#L406</a><br>
<br>
QDBusInterface host(REGISTRAR_SERVICE, REGISTRAR_PATH, REGISTRAR_IFACE) call<br>
dbus_connection_send_with_reply_and_block () to do the dbus introspection.<br>
<br>
If someone know how to bypass this issue...<br>
<br>
regards,<br>
--<br>
Cédric<br>
</blockquote></div>