Bug 478910

Summary: Kirigami is having ReferenceError on enum values
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: Weng Xuetian <wengxt>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: normal CC: me, nicolas.fella, notmart
Priority: NOR Keywords: qt6
Version First Reported In: 5.247.0   
Target Milestone: Not decided   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Weng Xuetian 2023-12-23 01:48:47 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
Launch systemsettings, while I'm aware of https://bugreports.qt.io/browse/QTBUG-120189, right now I'm setting QML_DISABLE_DISK_CACHE=1 to make it partially work

OBSERVED RESULT
See lots of errors like
file:///usr/lib/qt6/qml/org/kde/kirigami/Separator.qml:50: ReferenceError: Weight is not defined
file:///usr/lib/qt6/qml/org/kde/kirigami/Heading.qml:97: ReferenceError: Type is not defined

and display having some issues about applying the style

EXPECTED RESULT
work without error

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.91.0
(available in About System)
KDE Plasma Version: 5.91.0
KDE Frameworks Version: 5.247.0
Qt Version: 6.7.0 (beta1)

ADDITIONAL INFORMATION
Comment 1 Nicolas Fella 2023-12-23 11:33:23 UTC
This is https://bugreports.qt.io/browse/QTBUG-120084