SUMMARY QML ComboBox doesn't render ListElement in kcm_kwinrules. STEPS TO REPRODUCE 1. Invoke kcm_kwinrules via kcmshell6 or systemsettings. 2. Create or modify a ruleset. 3. Invoke a ComboBox. OBSERVED RESULT I see some *really* weird behaviour (see the attached screenshots) with the undermentioned logs: > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:88: ReferenceError: bitMask is not defined > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:101:17: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:115:13: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:88: ReferenceError: bitMask is not defined > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:101:17: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:115:13: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:88: ReferenceError: bitMask is not defined > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:101:17: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:115:13: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:88: ReferenceError: bitMask is not defined > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:101:17: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:115:13: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:88: ReferenceError: bitMask is not defined > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:101:17: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:115:13: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:88: ReferenceError: bitMask is not defined > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:101:17: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:115:13: Unable to assign [undefined] to QString > qrc:/kcm/kcm_kwinrules/OptionsComboBox.qml:116: TypeError: Cannot read property 'length' of undefined EXPECTED RESULT They should render. SOFTWARE/OS VERSIONS > Operating System: Fedora Linux 41 > KDE Plasma Version: 6.3.3 > KDE Frameworks Version: 6.12.0 > Qt Version: 6.8.2 > Kernel Version: 6.13.7-200.fc41.x86_64 (64-bit) > Graphics Platform: Wayland ADDITIONAL INFORMATION I am using "plasma-systemsettings-6.3.3-1.fc41.x86_64".
Created attachment 179610 [details] A Screenshot of "Force" Empty
Created attachment 179611 [details] A Screenshot of "Force" with 1 ListElement Selected
Created attachment 179612 [details] A Screenshot of "Force" with All ListElement Selected
Created attachment 179613 [details] A Screenshot of "Window class (application)" Empty
Created attachment 179614 [details] A Screenshot of "Window class (application)" with 1 ListElement Selected
Created attachment 179615 [details] A Screenshot of "Window class (application)" with All ListElement Selected
Created attachment 179616 [details] A Screenshot of "Match whole window class" with 1 ListElement Selected
Created attachment 179617 [details] A Screenshot of "Match whole window class" with All ListElement Selected
*** This bug has been marked as a duplicate of bug 501357 ***