Created attachment 193390 [details] screenshot DESCRIPTION After upgrading to Qt 6.11 there's "undefined" text next to access points in kickoff. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.7.0 KDE Frameworks Version: 6.27.0 Qt Version: 6.11.1 Kernel Version: 7.0.12-1-cachyos (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 9800X3D 8-Core Processor Memory: 64 ГиБ of RAM (62.4 ГиБ usable) Graphics Processor: AMD Radeon RX 9070 XT Manufacturer: ASUS
Can reproduce. Likely another case of the Qt 6.11 change with regard to invalid QVariants and required properties.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6778
Git commit dce1d200e3951d45e2eb8020e929cb25e8183f80 by Christoph Wolk. Committed on 22/06/2026 at 15:36. Pushed by cwo into branch 'master'. applets/kicker: return empty string for computermodel description ComputerModel only has a description for some places entries, not all of them. We return invalid QVariant if there isn't any, which used to work but is now "undefined" on required properties in Qt 6.11. Instead, return empty string. FIXED-IN: 6.6.6 M +1 -0 applets/kicker/computermodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/dce1d200e3951d45e2eb8020e929cb25e8183f80
Git commit fe704e7b97e338be9cd26aae3865e26d8e56795f by Christoph Wolk. Committed on 22/06/2026 at 17:13. Pushed by cwo into branch 'Plasma/6.7'. applets/kicker: return empty string for computermodel description ComputerModel only has a description for some places entries, not all of them. We return invalid QVariant if there isn't any, which used to work but is now "undefined" on required properties in Qt 6.11. Instead, return empty string. FIXED-IN: 6.6.6 (cherry picked from commit dce1d200e3951d45e2eb8020e929cb25e8183f80) Co-authored-by: Christoph Wolk <cwo.kde@posteo.net> M +1 -0 applets/kicker/computermodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/fe704e7b97e338be9cd26aae3865e26d8e56795f
Git commit e7e4b15a1da94d7392612427b54921f679444892 by Christoph Wolk. Committed on 06/07/2026 at 17:46. Pushed by cwo into branch 'Plasma/6.6'. applets/kicker: return empty string for computermodel description ComputerModel only has a description for some places entries, not all of them. We return invalid QVariant if there isn't any, which used to work but is now "undefined" on required properties in Qt 6.11. Instead, return empty string. FIXED-IN: 6.6.6 (cherry picked from commit dce1d200e3951d45e2eb8020e929cb25e8183f80) Co-authored-by: Christoph Wolk <cwo.kde@posteo.net> (cherry picked from commit fe704e7b97e338be9cd26aae3865e26d8e56795f) Co-authored-by: Christoph Wolk <cwo.kde@posteo.net> M +1 -0 applets/kicker/computermodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/e7e4b15a1da94d7392612427b54921f679444892