<div dir="ltr"><div class="gmail_extra">> 2014-06-27 23:35 GMT+02:00 Sandro Knauß <<a href="mailto:bugs@sandroknauss.de">bugs@sandroknauss.de</a>>:<br>> Hey,have you cleaned the build dir/ delete it? Sometimes this helps :) CMake<br>
> creates a Cache of what and where somthing was found. And if you rerun cmake,<br>> than not everthing is checked again. That's why sometimes deleting the build<br>> dir helps :)<br><br>Yes, I tried a lot of things.<br>
<br><div class="gmail_quote">2014-06-28 10:42 GMT+02:00 Daniel Vrátil <span dir="ltr"><<a href="mailto:dvratil@redhat.com" target="_blank">dvratil@redhat.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">On Friday 27 of June 2014 00:21:07 David Edmundson wrote:<br>
> Filters won't help, the logging is done by an observer in a separate<br>
> process.<br>
><br>
> See c0a2104a590e9e68226f836d22ff6e645f3e33d3 in telepathy-logger, it<br>
> might do what we want.<br>
><br>
> Dan, can you comment here?<br>
<br>
</div>Unfortunately this has been committed after 0.8.0 and there was no new release<br>
since then, so distros don't have it.<br>
<br>
Maybe you could try asking on telepathy ml what are their release plans for<br>
telepathy-logger.<br>
<br>
I think I had a patch for telepathy-logger-qt somewhere to add support for the<br>
API, but I can't find it. Should be easy to write again though, since it just<br>
needs updating spec/Logger.xml.<br>
<br>
Dan<br></blockquote><div><br>telepathy-logger stores ignorelist using gsettings and doesn't seem to give access to it through dbus interfaces.<br>I added simple patches to enable it in both telepathy-logger-qt and in KTp::Logger.<br>
I can't get it working. Every call to disableForEntity ends with crash:<br><br>GLib-CRITICAL **: g_variant_new_string: assertion 'g_utf8_validate (string, -1, NULL)' failed<br>GLib-CRITICAL **: g_variant_ref_sink: assertion 'value != NULL' failed<br>
<br>enableForEntity and isDisabledForEntity do not cause any errors.<br>Maybe I do not understand properly glib, hence my problems.<br><br>Still this is not entirely the feature we need. If I understand it correctly, when I intend do disable logging for a conversation I have to disable it for both sides of it. As a consequence I would turn off logging of every message I create, even during unencrypted conversation with different contacts.<br>
I would like to know if it is what we would like to see in KTp and if it works properly before I ask on telepathy ml.</div></div></div></div>