Bug 479301 - Cannot open wallpaper config with Qt 6.7
Summary: Cannot open wallpaper config with Qt 6.7
Status: RESOLVED UPSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR major
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-01-02 14:37 UTC by Nicolas Fella
Modified: 2024-01-11 20:14 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.