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 679942 - Stale status indicator
Stale status indicator
Status: RESOLVED DUPLICATE of bug 676285
Product: gnome-shell
Classification: Core
Component: network-indicator
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 680052 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-07-14 22:21 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2013-03-27 20:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jasper St. Pierre (not reading bugmail) 2012-07-14 22:21:14 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?
Comment 1 Giovanni Campagna 2012-07-14 23:12:10 UTC
Sounds like a libnm-glib bug to me, possibly due to wrong PropertiesChanged signals
Comment 2 Giovanni Campagna 2012-07-17 11:43:46 UTC
*** Bug 680052 has been marked as a duplicate of this bug. ***
Comment 3 Jasper St. Pierre (not reading bugmail) 2013-02-15 00:17:38 UTC
Can we investigate this soon?
Comment 4 Giovanni Campagna 2013-02-15 00:19:47 UTC
Did you experience it again, on recent code?
Because I haven't seen a problem like this for a long time.
Comment 5 Jasper St. Pierre (not reading bugmail) 2013-02-15 00:25:21 UTC
I see it occasionally after bringing my laptop to work and home again, but it may be a different issue.
Comment 6 Ben Liblit 2013-03-27 20:13:48 UTC

*** This bug has been marked as a duplicate of bug 676285 ***