GNOME Bugzilla – Bug 679942
Stale status indicator
Last modified: 2013-03-27 20:13:48 UTC
The indicator says that I'm connecting, when I'm connected. http://i.imgur.com/qQsgl.png Looking Glass: > Main.panel._statusArea.network._activeConnections[0].state 1 > Main.panel._statusArea.network._client.get_active_connections()[0].state 1 > imports.gi.NMClient.Client.new().get_active_connections()[0].state 1 gjs: js> imports.gi.NMClient.Client.new().get_active_connections()[0].state 2 wtf?
Sounds like a libnm-glib bug to me, possibly due to wrong PropertiesChanged signals
*** Bug 680052 has been marked as a duplicate of this bug. ***
Can we investigate this soon?
Did you experience it again, on recent code? Because I haven't seen a problem like this for a long time.
I see it occasionally after bringing my laptop to work and home again, but it may be a different issue.
*** This bug has been marked as a duplicate of bug 676285 ***