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 671393 - [info] System Info panel continually says "Checking for Updates"
[info] System Info panel continually says "Checking for Updates"
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Other Preferences
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-05 16:53 UTC by Sebastien Bacher
Modified: 2012-03-05 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2012-03-05 16:53:12 UTC
The bug has been reported on https://launchpad.net/bugs/859409 and is still happening with 3.3.90

Sebastian Heinlein looked a bit at the issue and wrote:

"it is a bug in the panel
self->priv->updates_state isn't unset to UPDATES_NOT_AVAILABLE if there aren't any updates
it keeps the CHECKING_UPDATES state
line 1776 in on_pk_transaction_signal should set the state away from CHECKING_UPDATES if it isn't yet switched to UPDATES_AVAILABLE"
Comment 1 Richard Hughes 2012-03-05 19:00:56 UTC
commit cb0611492a603d1a58ebbad6fbe558d527c4dcf0
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Mar 5 18:59:48 2012 +0000

    info: Fix the updates state machine
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=671393