SUMMARY When I start kinfocenter from a terminal, an error message is displayed: $ kinfocenter qt.qml.typeregistration: Invalid QML element name "Hint"; value type names should begin with a lowercase letter OBSERVED RESULT Error message EXPECTED RESULT No error message SOFTWARE/OS VERSIONS $ kinfo Operating System: Kubuntu 25.04 KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.8.3 Kernel Version: 6.14.7-061407-generic (64-bit) Graphics Platform: X11
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kinfocenter/-/merge_requests/251
Git commit 90e90ec613e076c98fffd294a50a35e25491c4f8 by Akseli Lahtinen. Committed on 20/05/2025 at 12:11. Pushed by akselmo into branch 'master'. Change uncreatable type name "Hint to "hint" Typeregistration throws a warning if value type name begins uppercase: qt.qml.typeregistration: Invalid QML element name "Hint"; value type names should begin with a lowercase letter FIXED-IN: 6.4 M +1 -1 kcms/about-distro/src/main.cpp M +6 -6 kcms/about-distro/src/ui/main.qml https://invent.kde.org/plasma/kinfocenter/-/commit/90e90ec613e076c98fffd294a50a35e25491c4f8
Git commit c5d612a917c74c9419b4726300ff5cb98e8442bd by Akseli Lahtinen. Committed on 20/05/2025 at 13:26. Pushed by akselmo into branch 'Plasma/6.4'. 🍒 Change uncreatable type name "Hint to "hint" Typeregistration throws a warning if value type name begins uppercase: qt.qml.typeregistration: Invalid QML element name "Hint"; value type names should begin with a lowercase letter FIXED-IN: 6.4 (cherry picked from commit 90e90ec613e076c98fffd294a50a35e25491c4f8) Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev> M +1 -1 kcms/about-distro/src/main.cpp M +6 -6 kcms/about-distro/src/ui/main.qml https://invent.kde.org/plasma/kinfocenter/-/commit/c5d612a917c74c9419b4726300ff5cb98e8442bd
Thank you for the quick fix!