Summary: | Persistent Restart Required notification | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Ima S <imasuffix> |
Component: | Notifier | Assignee: | Aleix Pol <aleixpol> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | colombo.gab, nate |
Priority: | NOR | ||
Version First Reported In: | 5.22.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ima S
2021-06-26 18:24:49 UTC
Hi, I'm running on KDE Neon 5.22.2 (KDE framework version 5.83.0, QT version 5.15.3), and I have the same issue. The solution so far is to completely remove plasma-discover package and replacing it with something else such as apper (which apparently doesn't notify for pending updates, though). I submitted a post on Reddit to see if someone had found a solution, and I got in touch with another user who seems to have identified the path that leads to this bug: 1. enable the power off updates 2. tried them one time unsuccessfully (they weren't applied) 3. upgraded manually with pacman 4. disabled the power off updates, and since then, I have the notification on each login. Here is the link on the discussion on Reddit: https://www.reddit.com/r/kde/comments/o0ao1u/restart_needed_notification_appears_after_every/ I also tried to remove plasma-discover via apt purge command, but it didn't solve the issue. The result of "cat /var/lib/PackageKit/offline-update-action" gives "reboot" also for me; also, /var/lib/PackageKit/offline-update-competed file is missing on my system either. (In reply to ProstMeister from comment #1) > Hi, I'm running on KDE Neon 5.22.2 (KDE framework version 5.83.0, QT version > 5.15.3), and I have the same issue. The solution so far is to completely > remove plasma-discover package and replacing it with something else such as > apper (which apparently doesn't notify for pending updates, though). > > I submitted a post on Reddit to see if someone had found a solution, and I > got in touch with another user who seems to have identified the path that > leads to this bug: > > 1. enable the power off updates > 2. tried them one time unsuccessfully (they weren't applied) > 3. upgraded manually with pacman > 4. disabled the power off updates, and since then, I have the notification > on each login. > > Here is the link on the discussion on Reddit: > https://www.reddit.com/r/kde/comments/o0ao1u/ > restart_needed_notification_appears_after_every/ > > I also tried to remove plasma-discover via apt purge command, but it didn't > solve the issue. > > The result of "cat /var/lib/PackageKit/offline-update-action" gives "reboot" > also for me; also, /var/lib/PackageKit/offline-update-competed file is > missing on my system either. UPDATE: I tried renaming "/var/lib/PackageKit/offline-update-action" to "/var/lib/PackageKit/offline-update-action_old", and I don't get the reboot notification anymore. The Discover functionalities don't seem to be broken. (In reply to ProstMeister from comment #1) > Hi, I'm running on KDE Neon 5.22.2 (KDE framework version 5.83.0, QT version > 5.15.3), and I have the same issue. The solution so far is to completely > remove plasma-discover package and replacing it with something else such as > apper (which apparently doesn't notify for pending updates, though). > > I submitted a post on Reddit to see if someone had found a solution, and I > got in touch with another user who seems to have identified the path that > leads to this bug: > > 1. enable the power off updates > 2. tried them one time unsuccessfully (they weren't applied) > 3. upgraded manually with pacman > 4. disabled the power off updates, and since then, I have the notification > on each login. > > Here is the link on the discussion on Reddit: > https://www.reddit.com/r/kde/comments/o0ao1u/ > restart_needed_notification_appears_after_every/ > > I also tried to remove plasma-discover via apt purge command, but it didn't > solve the issue. > > The result of "cat /var/lib/PackageKit/offline-update-action" gives "reboot" > also for me; also, /var/lib/PackageKit/offline-update-competed file is > missing on my system either. UPDATE: I did the following tests: 1. I renamed "/var/lib/PackageKit/offline-update-action" to "/var/lib/PackageKit/offline-update-action_old", and I don't get the reboot notification anymore. The Discover functionalities don't seem to be broken. 2. I restored the "/var/lib/PackageKit/offline-update-action" file, and I then emptied it using nano. Even if "cat /var/lib/PackageKit/offline-update-action" gives no results (obviously), after rebooting I still got the infamous pending restart notification. For now I'll probably stick with my 1st workaround. Thanks! Yeah, sudo mv /var/lib/PackageKit/offline-update-action /var/lib/PackageKit/offline-update-action_old did it for me too. *** This bug has been marked as a duplicate of bug 438448 *** |