plasma-extensions / plasma-widget-runners-field

Allow krunner search field to be placed inside panel as widget (like Cortana search field of Windows 10)
GNU Lesser General Public License v3.0
2 stars 2 forks source link

Can't make it work #10

Open eclipseo opened 4 years ago

eclipseo commented 4 years ago

I've built and installed the widget but each time I try to use it on a toolbar or desktop the following eror pop up:

Error loading QML file: file:///usr/share/plasma/plasmoids/org.plasma-light.krunner/contents/ui/main.qml:18:35: Type FullRepresentation unavailable
file:///usr/share/plasma/plasmoids/org.plasma-light.krunner/contents/ui/FullRepresentation.qml:123:5: Type ResultsListView unavailable
file:///usr/share/plasma/plasmoids/org.plasma-light.krunner/contents/ui/ResultsListView.qml:21:5: Cannot assign object of type "Component" to property of type "QQuickItem*" as the former is neither the same as the latter nor a sub-class of it.

What am I doing wrong?

gnaggnoyil commented 3 years ago

Try to see if this commit fix your problem.

eclipseo commented 3 years ago

Try to see if this commit fix your problem.

Yes it does. Thanks.