SUMMARY DashboardRepresentation.qml:977 does not check that filterList.currentItem is defined STEPS TO REPRODUCE 1. Launch Plasma from terminal OBSERVED RESULT /usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:977: TypeError: Cannot read property 'textWidth' of null EXPECTED RESULT No errors in terminal SOFTWARE/OS VERSIONS Linux: Ubuntu 19.04 KDE Plasma Version: 5.14.90 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.3 ADDITIONAL INFORMATION + (filterList.currentItem ? filterList.currentItem.textWidth : 0)
Could you upload the patch to https://phabricator.kde.org/differential/diff/create/ so that Plasma developers can review them? It is possible that the complete width should be 0 when there is no currentItem.
Any success with the link from comment #1? More information about phabricator is available at https://community.kde.org/Infrastructure/Phabricator
Looks like that change was made at some point.