https://bugs.kde.org/show_bug.cgi?id=511048
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Nate Graham <[email protected]> --- When I drop a launcher into the popup (with much difficulty; the UX here is not amazing), it emits some error in the log that look suspicious: Oct 27 13:17:32 engine plasmashell[31268]: qrc:/qt/qml/plasma/applet/org/kde/plasma/quicklaunch/IconItem.qml:24:5: Required property logic was not initialized Oct 27 13:17:32 engine plasmashell[31268]: qrc:/qt/qml/plasma/applet/org/kde/plasma/quicklaunch/IconItem.qml:25:5: Required property grid was not initialized Oct 27 13:17:32 engine plasmashell[31268]: qrc:/qt/qml/plasma/applet/org/kde/plasma/quicklaunch/IconItem.qml:25:5: Required property grid was not initialized Oct 27 13:17:32 engine plasmashell[31268]: qrc:/qt/qml/plasma/applet/org/kde/plasma/quicklaunch/IconItem.qml:24:5: Required property logic was not initialized Oct 27 13:17:34 engine plasmashell[31268]: qrc:/qt/qml/plasma/applet/org/kde/plasma/quicklaunch/IconItem.qml:25:5: Required property grid was not initialized Oct 27 13:17:34 engine plasmashell[31268]: qrc:/qt/qml/plasma/applet/org/kde/plasma/quicklaunch/IconItem.qml:24:5: Required property logic was not initialized The widget has only been touched recently in https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/889. It appears to be a regression from https://invent.kde.org/plasma/kdeplasma-addons/-/commit/3a0cc85c0530291660b7ede2db6b9795e1914174 which added a bunch of Required properties to IconItem, but the places where it's instantiated don't always set all of them. -- You are receiving this mail because: You are watching all bug changes.
