librehat / yapstocks

Yet Another Plasma Stocks Applet
GNU General Public License v3.0
22 stars 7 forks source link

[Kubuntu 20.04] PlasmaComponents3.Page is not a type #6

Closed dvivanov00 closed 4 years ago

dvivanov00 commented 4 years ago

Plasma: 5.18.5 KDE Framework: 5.68.0 Qt version: 5.12.8

I've been getting this error after trying to create an instance of the widget on my desktop:

Error loading QML file: file:///home/avery/.local/share/plasma/plasmoids/com.librehat.yapstocks/contents/ui/main.qml:108:5: 
PlasmaComponents3.Page is not a type

Running apt list | grep charts reveals:

kquickcharts-dev/focal 5.68.0-0ubuntu2 amd64
libjcharts-java-doc/focal,focal 0.7.5-5 all
libjcharts-java/focal,focal 0.7.5-5 all
libjs-elycharts/focal,focal 2.1.5+ds-3 all
libqt5charts5-dev/focal,now 5.12.8-0ubuntu1 amd64 [installed]
libqt5charts5/focal,now 5.12.8-0ubuntu1 amd64 [installed,automatic]
pgcharts/focal 1.0+2017-09-16-1 amd64
python3-pyside2.qtcharts/focal 5.14.0-1~exp1ubuntu5 amd64
qml-module-org-kde-charts/focal 4:19.12.3-0ubuntu1 amd64
qml-module-org-kde-quickcharts/focal,now 5.68.0-0ubuntu2 amd64 [installed,automatic]
qml-module-qtcharts/focal,now 5.12.8-0ubuntu1 amd64 [installed]
qtcharts5-doc-html/focal,focal 5.12.8-0ubuntu1 all
qtcharts5-doc/focal,focal 5.12.8-0ubuntu1 all
qtcharts5-examples/focal 5.12.8-0ubuntu1 amd64
qtdeclarative4-kqtquickcharts-1/focal,focal 4:19.12.3-0ubuntu1 all
ruby-googlecharts/focal,focal 1.6.12-1 all
librehat commented 4 years ago

Which Ubuntu version are you using?

dvivanov00 commented 4 years ago

I said in the title - Kubuntu 20.04 LTS.

librehat commented 4 years ago

It seems that Page is missing from Ubuntu's package. I can do a workaround to replace the PlasmaComponents3's page with PlasmaComponents2's

librehat commented 4 years ago

Try https://file.librehat.com/kde/com.librehat.yapstocks-v3.1-alpha.plasmoid and let me know if that fixes this