Summary: | notifications won't stop popping | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Abdeljalil <abdeljalil73> |
Component: | notifier | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | aleixpol, amichai2, jr, kde, kontakt, mklapetek, plasma-bugs, sitter |
Priority: | NOR | ||
Version: | 5.5.3 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
URL: | http://imgur.com/d9CClDG | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Abdeljalil
2015-04-25 07:47:47 UTC
Thanks for the report. First of all please always attach the images directly here, never use sites like imgur because then they can expire whenever and then this report would have no image :) Second, I've noticed this in Kubuntu as well and I think this is a fault in some of their component which keeps emitting the notification. Harald - which is the component emitting this and where can I look at the code? Muon. FWIW I am actually reasonable certain that the problem is muon monitoring some file to notice when there are changes on debian distros and that file gets touched more than once per apt update run, so muon notifies for each file modification. Yeah I had a similar guess. It can be observed especially during "apt-get update". I'm looking into this. ApplicationNotifier.cpp has a watch stampDirWatch which gets called a lot ApplicationNotifier::distUpgradeEvent could also do with being called less often or checking the notification hasn't already been shown today they're both called stampDirWatch for some reason recheckSystemUpdateNeeded is the system release upgrade notification and gets called lots Git commit 217834e6a20d07b7f99415525a27928329cae88c by Aleix Pol. Committed on 27/04/2015 at 14:01. Pushed by apol into branch 'Plasma/5.3'. Only emit about found updates when they change M +11 -3 libmuon/backends/ApplicationBackend/ApplicationNotifier.cpp M +2 -0 libmuon/backends/ApplicationBackend/ApplicationNotifier.h http://commits.kde.org/muon/217834e6a20d07b7f99415525a27928329cae88c Well, so much for "I'm looking into this" :P /me drops it then Well, it's not fixed, it will still be called more times than needed (if it really does happen every now and then while upgrading). *** Bug 345823 has been marked as a duplicate of this bug. *** *** Bug 348901 has been marked as a duplicate of this bug. *** *** Bug 357935 has been marked as a duplicate of this bug. *** Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. This bug does not happen anymore for a long time. |