Package: ayatana-indicator-datetime / 22.9.1-1+deb12u1

Metadata

Package Version Patches format
ayatana-indicator-datetime 22.9.1-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_engine eds fix retrieving custom alarm sound path.patch | (download)

src/engine-eds.cpp | 13 6 + 7 - 0 !
tests/CMakeLists.txt | 1 1 + 0 - 0 !
tests/test-eds-ics-alarm-custom-sound.cpp | 92 92 + 0 - 0 !
tests/test-eds-ics-alarm-custom-sound.ics.in | 32 32 + 0 - 0 !
4 files changed, 131 insertions(+), 7 deletions(-)

 [patch] engine-eds: fix retrieving custom alarm sound path

ECal 2.0 returns the list of attachments as a GSList (a singly linked
list). I'm not sure why, but the logic for iterating the list is
completely incorrect. Fixing that fixes custom alarm sound.

A test is added to catch this case.

Bug-UBports: https://gitlab.com/ubports/development/apps/lomiri-clock-app/-/issues/183
Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>