https://bugs.kde.org/show_bug.cgi?id=466693
--- Comment #11 from Franz Trischberger <franz.trischber...@gmail.com> --- https://invent.kde.org/plasma/discover/-/blob/master/notifier/DiscoverNotifier.cpp#L128 if (earliestNextNotificationTime.isValid() && earliestNextNotificationTime > QDateTime::currentDateTimeUtc()) { return false; } Just an idea. In case earliestNextNotificationTime is NOT valid an updat notification is triggered. Played with python: >>> from PyQt6.QtCore import QDateTime >>> c = QDateTime.fromString("2024,4,7,12,36,49.994") >>> c.isValid() False I could not figure out in a reasonable amount of time how this whole kconf thing works and how it reads/writes DateTime objects, so this might turn out to be wrong. -- You are receiving this mail because: You are watching all bug changes.