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

--- Comment #7 from Matt Fagnani <matthew.fagn...@utoronto.ca> ---
kinfocenter 5.14.3 still shows the blank Energy Consumption Statistics after I
updated to Plasma 5.14.3 and KF5 5.52.0. I saw three error messages in addition
to those I mentioned before relating to kirigami in the journal right after
clicking on Energy Information.

kinfocenter[4755]:
file:///usr/lib/qt5/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:113:
TypeError: Cannot read property 'globalToolBarItem' of null
kinfocenter[4755]:
file:///usr/lib/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/BreadcrumbControl.qml:62:59:
Unable to assign QQuickItem_QML_102 to Page_QMLTYPE_40
kinfocenter[4755]:
file:///usr/lib/qt5/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:46:25:
Unable to assign QQuickItem_QML_102 to Page_QMLTYPE_40

/usr/lib/qt5/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:113
is target: root.page.globalToolBarItem. I guess the first error indicates that
root.page and maybe root might be null due to the panel being blank. 

/usr/lib/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/BreadcrumbControl.qml:62
is readonly property Kirigami.Page page: pageRow.get(modelData) 

/usr/lib/qt5/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:46
is property Page page: pageRow.currentItem

Checking if root.page or root are null or pageRow is undefined or null before
that or resolving the blank panel issue might avoid those errors.

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

Reply via email to