<br><br><div class="gmail_quote">On Tue, Apr 12, 2011 at 8:04 AM, Francesco Nwokeka <span dir="ltr"><<a href="mailto:francesco.nwokeka@gmail.com">francesco.nwokeka@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi guys,<br>
I wanted to notify you about an error I've been getting this morning and can't seem to solve<br>
it.<br>
This is what mission-control-5 tells me:<br>
<br>
mcd-WARNING **: Channel request /com/nokia/MissionControl/requests/r1 failed, error: Handler no<br>
longer available<br>
<br>
it can't handle any chats incoming or outgoing. Does anyone know why this happens and how to solve<br>
it?<br>
<br>
Francesco<br>
</blockquote><div><br></div><div>Turns out i'm an idiot who doesn't test properly.</div><div><br></div><div>I recently modded the chat handler to be a KUniqueApplication, that broke everything.</div><div><br></div>
<div><div>[11:20] <d_ed> the reason is (probably) that KUniqueApplication forks pretty soon after startup, and messes with the initial dbus things</div><div>[11:21] <d_ed> so it loads - but the incoming dbus message that started it, isn't passed on to the real application</div>
<div>[11:22] <oggis_> oh indeed the dbus daemon probably watches for the process it actually executes</div><div>[11:22] <oggis_> and waits for it to register the service name it activated, or exit, whichever happens first</div>
<div>[11:23] <oggis_> so no, no, don't fork and exit from activatable dbus services</div></div><div><br></div><div>I just reverted that behaviour and now everything is fine.</div><div><br></div><div><br></div><div>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">_______________________________________________<br>
KDE-Telepathy mailing list<br>
<a href="mailto:KDE-Telepathy@kde.org">KDE-Telepathy@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-telepathy" target="_blank">https://mail.kde.org/mailman/listinfo/kde-telepathy</a><br>
</blockquote></div><br>