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

--- Comment #3 from cwo <[email protected]> ---
The rootpath is correct, icontasks is still the same as the taskmanager widget
and loads its code. It also works without issues.

The problem is that it's still a plasma widget kpackage, and the kpackage
definition requires that a kpackage widget has a main.qml file for it to be
valid. RootPath loading is actually special-cased in kpackage to look for stuff
in the referenced kpackage, but there is no more taskmanager kpackage - it's a
plugin now. It all works out fine, just prints a warning.

We could just make the main.qml file not required in the package definition
(also works fine and silences the error), but I have no idea what would happen
if we tried to load a broken third-party kpackage that actually has no main.qml
file. Or somehow catch this case. I dug around a little a while back, but got
lost in the weeds.

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

Reply via email to