GNOME Bugzilla – Bug 773890
network: Always show primary icon when connected
Last modified: 2017-01-21 02:07:12 UTC
See patch.
Created attachment 339018 [details] [review] network: Always show primary icon when connected The top bar's network menu only supports a subset of device types supported by NetworkManager. While not having lesser used options in the menu itself is perfectly reasonable, not showing any network icon at all in the top bar when the system is fully connected is weird.
Review of attachment 339018 [details] [review]: looks good ::: js/ui/status/network.js @@ +2098,3 @@ this._primaryIndicator.icon_name = dev.getIndicatorIcon(); + else if (connected) + this._primaryIndicator.icon_name = 'network-wired-symbolic'; for this case we could also check if this._client.connectivity == NetworkManager.ConnectivityState.FULL and use network-wired-no-route-symbolic otherwise
Attachment 339018 [details] pushed as b6cd548 - network: Always show primary icon when connected
*** Bug 734577 has been marked as a duplicate of this bug. ***