Bug 483453 - Can't select ring sound of alarms
Summary: Can't select ring sound of alarms
Status: RESOLVED FIXED
Alias: None
Product: KClock
Classification: Applications
Component: General (show other bugs)
Version: 24.02.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Devin Lin
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-03-13 15:38 UTC by LTSlw
Modified: 2024-03-14 22:01 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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