Bug 479301

Summary: Cannot open wallpaper config with Qt 6.7
Product: [Plasma] plasmashell Reporter: Nicolas Fella <nicolas.fella>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED UPSTREAM    
Severity: major CC: kde, nate
Priority: NOR Keywords: qt6
Version: master   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
See Also: https://bugreports.qt.io/browse/QTBUG-120189
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Nicolas Fella 2024-01-02 14:37:34 UTC
STEPS TO REPRODUCE
1. Right-click on desktop 
2. Configure Desktop and Wallpaper

OBSERVED RESULT
Wallpaper config is empty

EXPECTED RESULT
Wallpaper config

SOFTWARE/OS VERSIONS
KDE Plasma Version: master
KDE Frameworks Version: master
Qt Version: 6.7

file:///home/nico/kde/usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:117:17: Type NewStuff.Button unavailable
qrc:/qt/qml/org/kde/newstuff/Button.qml:102:5: Type NewStuff.Dialog unavailable
qrc:/qt/qml/org/kde/newstuff/Dialog.qml:101:5: Type NewStuff.DialogContent unavailable
qrc:/qt/qml/org/kde/newstuff/DialogContent.qml:62:28: Type NewStuff.Page unavailable
qrc:/qt/qml/org/kde/newstuff/Page.qml:532:9: Type EntryGridDelegates.ThumbDelegate unavailable
qrc:/qt/qml/org/kde/newstuff/private/entrygriddelegates/ThumbDelegate.qml:34:9: Cannot assign object to list property "actions"

This is presumably a Qt 6.7 regression since it doesn't happen with 6.6.1. Needs investigation though
Comment 1 Nicolas Fella 2024-01-04 14:22:19 UTC
This might be https://bugreports.qt.io/browse/QTBUG-120189
Comment 2 Nate Graham 2024-01-11 20:14:46 UTC
Looks like that's fixed now.