Package: kclock / 25.04.3-1

Metadata

Package Version Patches format
kclock 25.04.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_8c656dc4_Honor configured sound theme for default alarm sound.patch | (download)

src/kclockd/alarm.cpp | 3 2 + 1 - 0 !
src/kclockd/alarmplayer.cpp | 42 35 + 7 - 0 !
src/kclockd/alarmplayer.h | 8 7 + 1 - 0 !
src/kclockd/timer.cpp | 16 1 + 15 - 0 !
src/kclockd/timer.h | 1 0 + 1 - 0 !
5 files changed, 45 insertions(+), 25 deletions(-)

 [patch] honor configured sound theme for default alarm sound

Plasma 6 suppots XDG Sound Theme, so honor the selected theme.
Support all extensions requred by the specification (.wav, .oga, and legacy
.ogg). Fall back to "freedesktop" if the given sound isn't there. For now,
a full fallback reading index.theme is not implemented.

Making the Alarm feature fully theme aware is a lot more involved so for
now only the default sound played by the timer feature is using it.