SUMMARY Can't select ring sounds of alarms STEPS TO REPRODUCE 1. Open KClock 2. Click "Alarms" 3. Click "Ring Select" OBSERVED RESULT Sound picker not working EXPECTED RESULT Sounds could be selected by clicking SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Plasma Version: 6.0.1 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 ADDITIONAL INFORMATION Log from console: ``` qrc:/qml/alarm/SoundPickerPage.qml:21:1: QML SoundPickerPage: Created graphical object was not placed in the graphics scene. qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error qrc:/qml/alarm/SoundPickerPage.qml:35: TypeError: Type error ```
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kclock/-/merge_requests/116
Git commit 738c86ea0ae9b4751e8ddd3db6e5397ed648e453 by Devin Lin. Committed on 14/03/2024 at 18:58. Pushed by devinlin into branch 'master'. Fix soundpicker page entries not selectable due to type error The `url` type does not have string functions M +6 -7 src/kclock/qml/alarm/SoundPickerPage.qml https://invent.kde.org/utilities/kclock/-/commit/738c86ea0ae9b4751e8ddd3db6e5397ed648e453
Git commit 3d8a5bcec08f3f975962827ef91e4db1a37317a1 by Devin Lin. Committed on 14/03/2024 at 19:10. Pushed by devinlin into branch 'release/24.02'. Fix soundpicker page entries not selectable due to type error The `url` type does not have string functions M +6 -7 src/kclock/qml/alarm/SoundPickerPage.qml https://invent.kde.org/utilities/kclock/-/commit/3d8a5bcec08f3f975962827ef91e4db1a37317a1