Version: unspecified (using KDE 4.7.0) OS: Linux Snoozed reminders do not retrigger after shuting down the computer Reproducible: Always Steps to Reproduce: * Add a reminder for an event that will trigger in 5 min * Wait those 5 min * When you get the remind dialog snooze the reminder for 30 min * Shutdown the computer before these 30 min * Wait an hour and start the computer Actual Results: * No reminder is shown at all Expected Results: * Reminder is shown like it was in kdepim 4.4 OS: Linux (x86_64) release 3.0-ARCH Compiler: gcc
Sounds like bug 282535 (which IMHO has a more precise discription of the bug).
Git commit d1d99767eed455ee6f152ca9b7461f7a9a9acaa0 by Frank Roscher. Committed on 05/12/2012 at 20:18. Pushed by froscher into branch 'master'. Fix saving and loading of suspended reminders in KOrganizer We need to wait for all collections to be available when restoring reminders at startup, or they won't get loaded properly. Additionally, we must delete reminders one by one as they are dismissed instead of just cleaning out the config file after each startup. Related: bug 146336, bug 180413, bug 302865 FIXED-IN: 4.10 REVIEW: 107546 M +2 -3 korganizer/korgac/alarmdialog.cpp M +50 -29 korganizer/korgac/koalarmclient.cpp M +2 -0 korganizer/korgac/koalarmclient.h http://commits.kde.org/kdepim/d1d99767eed455ee6f152ca9b7461f7a9a9acaa0