https://bugs.kde.org/show_bug.cgi?id=515005
David Jarvie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #16 from David Jarvie <[email protected]> --- I've reproduced the bug on Fedora 43. The problem is that when a disabled alarm is saved in the calendar file, it contains the following two lines: STATUS:DISABLED STATUS: If the second "STATUS:" line is removed from the calendar before KAlarm restarts, the bug goes away. The KDE Frameworks KCalendarCore library is responsible for writing and reading the calendar file. It shouldn't write the second STATUS: line, because this has no use, and on Fedora its value supersedes the first STATUS:DISABLED value when the calendar is read, so that the alarm's disabled status is lost. As to why the behaviour is different on Fedora compared to KDE Neon, I don't understand. I'll create a merge request for kcalendarcore to fix this. -- You are receiving this mail because: You are watching all bug changes.
