https://bugs.kde.org/show_bug.cgi?id=383835

--- Comment #9 from Mark <phob...@vivaldi.net> ---
This edit makes a workaround:
Extractor::~Extractor()
{
    //delete d->m_plugin;
    d->m_plugin = NULL;
    delete d;
}

Removing /opt/kf5/lib/plugins/kf5/kfilemetadata/*extractor.so also fixes the
issue. So it would seem the problem is with my installation of kfilemetadata.
Problem is, every other thing that depends on kfilemetadata works correctly -
baloo, digikam, kdenlive. I just built Tellico and ran the test suite, all
good.

I only use k3b to burn audio so is it possible to make depending on
kfilemetadata optional? I presume taglib would be enough.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to