https://bugs.kde.org/show_bug.cgi?id=470831
Bug ID: 470831 Summary: ReferenceError: hiddenTasks is not defined Classification: Plasma Product: plasmashell Version: master Platform: Other OS: Linux Status: REPORTED Keywords: qt6 Severity: normal Priority: NOR Component: System Tray Assignee: plasma-b...@kde.org Reporter: n...@kde.org CC: mate...@gmail.com Target Milestone: 1.0 Full errors: Jun 09 08:44:06 Liberator plasmashell[21643]: file:///home/nate/kde/usr6/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml:19:5: ReferenceError: hiddenTasks is not defined Jun 09 08:44:06 Liberator plasmashell[21643]: file:///home/nate/kde/usr6/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml:18:5: ReferenceError: hiddenTasks is not defined Indeed, in these files, `hiddenTasks` is not defined. In qt5, this fell through to the whole component hierarchy, so it could be found despite living in another file. In Qt6, this doesn't work anymore. In addition to the error message spam, this means that something in the System Tray is now broken. -- You are receiving this mail because: You are watching all bug changes.