GNOME Bugzilla – Bug 647042
shows wireless as unavailable while it's connected
Last modified: 2011-04-07 20:34:17 UTC
Created attachment 185429 [details] screenshot See screenshot.
Comment on attachment 185429 [details] screenshot f
This could either mean: - for some reason, the NMDevice is really UNAVAILABLE => bug in NetworkManager - somewhere, JS code is failing => bug in gnome-shell, please check .xsession-errors / stdout
$ nmcli dev DEVICE TYPE STATE eth0 802-3-ethernet connected wlan0 802-11-wireless connected 00:24:90:C2:F0:A3 bluetooth disconnected Only .xsession-errors errors are the ones from bug 647040.
(In reply to comment #3) > $ nmcli dev > DEVICE TYPE STATE > eth0 802-3-ethernet connected > wlan0 802-11-wireless connected > 00:24:90:C2:F0:A3 bluetooth disconnected > > Only .xsession-errors errors are the ones from bug 647040. Which explains it: inside _deviceStateChanged, _createSection throws, emit('state-changed') is never called and the section title is not updated.
Should this be a dup of 647040, then? Or should the section title be updated regardless?
It is a duplicate in the sense that fixing the other fixes this one. So, yeah, marking. *** This bug has been marked as a duplicate of bug 647040 ***