https://bugs.kde.org/show_bug.cgi?id=521247
--- Comment #2 from cwo <[email protected]> --- The problem is that icontasks has invalid metadata - as a kpackage plasmoid, it should have a main.qml. We load this from a kplugin now though, which no longer has a main.qml file in the package (nor its rootpath). With this metadata file being invalid, it tries the one it finds in ~/ first (which is even worse match in this case, as it's just an empty file). If that's not there, it grumbles a bit but continues with the original metadata file. If it's there, it takes that, and fails completely. Looking in ~/ at all for a metadata file seems to be very questionable, but taking that over the much better one is worse. -- You are receiving this mail because: You are watching all bug changes.
