Bug 478910 - Kirigami is having ReferenceError on enum values
Summary: Kirigami is having ReferenceError on enum values
Status: RESOLVED UPSTREAM
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.247.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: Not decided
Assignee: kdelibs bugs
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2023-12-23 01:48 UTC by Weng Xuetian
Modified: 2023-12-23 11:33 UTC (History)
3 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 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