Bug 501733 - No text displayed in the OptionsComboBox dropdown list
Summary: No text displayed in the OptionsComboBox dropdown list
Status: RESOLVED DUPLICATE of bug 501357
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_kwinrules (other bugs)
Version First Reported In: 6.3.3
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-19 08:14 UTC by Yaroslav Sidlovsky
Modified: 2025-03-19 08:37 UTC (History)
2 users (show)

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


Attachments
Bug demonstration (103.61 KB, image/png)
2025-03-19 08:14 UTC, Yaroslav Sidlovsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yaroslav Sidlovsky 2025-03-19 08:14:18 UTC
Created attachment 179570 [details]
Bug demonstration

SUMMARY
All comboboxes in the "Window Rules" dialog displays no text in the dropdown list.

STEPS TO REPRODUCE
1. Start `systemsettings kcm_kwinrules`;
2. Click button "Add new...";
3. Click on "Window types" combobox.

OBSERVED RESULT
No text in the dropdown is displayed.

EXPECTED RESULT
Options text should be visible.

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.6-200.fc41.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5700X 8-Core Processor
Memory: 31.2 ГиБ of RAM
Graphics Processor: NVIDIA GeForce RTX 3070
Manufacturer: ASUS

ADDITIONAL INFORMATION
When starting from the console I see this errors:
```
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
```
Comment 1 Antonio Rojas 2025-03-19 08:20:42 UTC

*** This bug has been marked as a duplicate of bug 501357 ***
Comment 2 Yaroslav Sidlovsky 2025-03-19 08:37:59 UTC
Sorry, I couldn't find a duplicate.