-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when loading widget (not working at all) #77
Comments
I got the same error. As the message says, the module If you use a distro-provided package, tell the packagers to add the package as dependency. |
See also #71, which is exactly the same issue. |
Same error here. Was working fine with Qt 5.11, but since the upgrade to 5.12.1 today, it started displaying this error. |
Did you make sure you also have the QML part of the package? On openSUSE they decided to separate this part. As I wrote, you need to make sure that this is available. (It might be in |
Then you shouldn't get an error that |
I even restarted my computer, but it's still not working. So I think additional changes by @kotelnik are needed in order to make it compatible with Qt 5.12 Edit: or additional files are needed. I just poked the Solus devs. |
I suspect the latter, because if |
After adding the widget on a freshly installed Manjaro KDE I get this error:
file:///home/XXXXX/.local/share/plasma/plasmoids/org.kde.weatherWidget/contents/ui/main.qml:113:5:Type YrNo unavailable. file:///home/XXXXX/.local/share/plasma/plasmoids/org.kde.weatherWidget/contents/ui/providers/OpenWeatherMap.qml:18:1: module "QtQuick.XmlListModel" is not installed
Unfortunately this is all I get, the widget is completely broken. Same feedback in KDE Store link
The text was updated successfully, but these errors were encountered: