<br><br><div class="gmail_quote">On Tue, Apr 12, 2011 at 8:04 AM, Francesco Nwokeka <span dir="ltr">&lt;<a href="mailto:francesco.nwokeka@gmail.com">francesco.nwokeka@gmail.com</a>&gt;</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&#39;ve been getting this morning and can&#39;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&#39;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&#39;m an idiot who doesn&#39;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] &lt;d_ed&gt; the reason is (probably) that KUniqueApplication forks pretty soon after startup, and messes with the initial dbus things</div><div>[11:21] &lt;d_ed&gt; so it loads - but the incoming dbus message that started it, isn&#39;t passed on to the real application</div>
<div>[11:22] &lt;oggis_&gt; oh indeed the dbus daemon probably watches for the process it actually executes</div><div>[11:22] &lt;oggis_&gt; and waits for it to register the service name it activated, or exit, whichever happens first</div>
<div>[11:23] &lt;oggis_&gt; so no, no, don&#39;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>