Summary: | Auto updates do not respect update frequency | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Timothée Ravier <tim> |
Component: | Updates | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | aleixpol, nate |
Priority: | NOR | ||
Version First Reported In: | 6.4.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=509760 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Timothée Ravier
2025-09-18 16:38:38 UTC
This is weird. When I'm testing by updating manually the times in `~/.config/PlasmaDiscoverUpdates` to point the the past then updates are not triggered. ``` $ cat ~/.config/PlasmaDiscoverUpdates [Global] LastNotificationTime=2025,9,16,17,24,41.867,UTC LastUnattendedTrigger=2025,9,16,9,29,24.913,UTC RequiredNotificationInterval=604800 $ QT_LOGGING_RULES=org.kde.plasma.libdiscover.backend.rpm-ostree*=true ; org.kde.plasma.discover.notifier*=true' /var/home/tim/projects/kde/discover/build/tmp/lib64/libexec/DiscoverNotifier --replace org.kde.plasma.discover.notifier: Not triggering, state is DiscoverNotifier::NoUpdates org.kde.plasma.discover.notifier: refreshUnattended: not notifying about updates org.kde.plasma.libdiscover.backend.rpm-ostree: Looking for new deployments in "/ostree/deploy/fedora/deploy/" org.kde.plasma.libdiscover.backend.rpm-ostree: Looking for ostree format org.kde.plasma.discover.notifier: updateStatusNotifier: hasUpdates false hasSecurityUpdates false org.kde.plasma.libdiscover.backend.rpm-ostree: Checking for system update org.kde.plasma.libdiscover.backend.rpm-ostree: Checking for system update (OCI format) org.kde.plasma.libdiscover.backend.rpm-ostree: Looking at existing deployments org.kde.plasma.libdiscover.backend.rpm-ostree: Notifying that a new update is available org.kde.plasma.discover.notifier: updateStatusNotifier: hasUpdates true hasSecurityUpdates false org.kde.plasma.discover.notifier: Not triggering, earliestNextTriggerTime is QDateTime(2025-09-24 17:24:41.867 UTC Qt::TimeZone UTC ) org.kde.plasma.discover.notifier: showUpdatesNotification: not notifying about updates org.kde.plasma.discover.notifier: Not triggering, earliestNextTriggerTime is QDateTime(2025-09-24 09:29:24.913 UTC Qt::TimeZone UTC ) org.kde.plasma.discover.notifier: refreshUnattended: not notifying about updates ``` |