Bug 483453

Summary: Can't select ring sound of alarms
Product: [Applications] KClock Reporter: LTSlw
Component: GeneralAssignee: Devin Lin <espidev>
Status: RESOLVED FIXED    
Severity: normal CC: hanyoung
Priority: NOR Keywords: qt6
Version First Reported In: 24.02.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 24.02.1
Sentry Crash Report:

Description LTSlw 2024-03-13 15:38:53 UTC
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
```
Comment 1 Bug Janitor Service 2024-03-14 18:59:39 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kclock/-/merge_requests/116
Comment 2 Devin Lin 2024-03-14 19:09:48 UTC
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
Comment 3 Devin Lin 2024-03-14 19:10:35 UTC
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