After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727354 - I get two notifications after an update
I get two notifications after an update
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: updates
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: Richard Hughes
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2014-03-30 18:14 UTC by Andreas Nilsson
Modified: 2014-03-31 20:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot of second notification (123.80 KB, image/png)
2014-03-30 18:14 UTC, Andreas Nilsson
  Details
updates: Let gnome-software handle update checking (9.14 KB, patch)
2014-03-31 10:16 UTC, Kalev Lember
committed Details | Review

Description Andreas Nilsson 2014-03-30 18:14:55 UTC
Created attachment 273299 [details]
screenshot of second notification

After doing an update, I get not one, but two notifications telling me that updates have been installed.
They have the same text, but different icons. The first that pops up have the gnome-software icon, and the second that pops up a little while later an orange burst bubble.
Comment 1 Andreas Nilsson 2014-03-30 18:16:11 UTC
This is a F20 system that was later updated to Fedora Rawhide.
Comment 2 Kalev Lember 2014-03-31 10:15:26 UTC
The 2nd notification comes from gnome-settings-daemon updates plugin. I guess we should disable the notifications there when gnome-software is installed.

Reassigning to gnome-settings-daemon.
Comment 3 Kalev Lember 2014-03-31 10:16:09 UTC
Created attachment 273327 [details] [review]
updates: Let gnome-software handle update checking

Starting with 3.12, gnome-software has its own service for checking new
updates and notifying the user. To avoid stepping on its toes, this
commit completely disables the g-s-d update polling when gnome-software
is installed.
Comment 4 Richard Hughes 2014-03-31 11:05:33 UTC
Review of attachment 273327 [details] [review]:

Makes sense to me, thanks.
Comment 5 Kalev Lember 2014-03-31 20:36:27 UTC
Attachment 273327 [details] pushed as 4dedfcf - updates: Let gnome-software handle update checking