[Bug 1571574] Re: [SRU] 3G (WWAN) icon missing
Pascal Morin
1571574 at bugs.launchpad.net
Thu May 26 07:53:20 UTC 2016
Here is possibly (maybe) the reason (feedback from Franz):
applet-device-wifi.c: (used for WIFI to create icon)
1480 case NM_DEVICE_STATE_ACTIVATED:
1481 strength = ap ? nm_access_point_get_strength (ap) : 0;
1482 strength = MIN (strength, 100);
1483
1484 *out_icon_name = mobile_helper_get_quality_icon_name (strength);
1485
1486 if (ap) {
1487 char *ssid = get
mobile_helper_get_icon.c (used for WWAN to create icon)
613 case NM_DEVICE_STATE_ACTIVATED:
614 *out_pixbuf = mobile_helper_get_status_pixbuf (quality,
615 quality_valid,
616 mb_state,
617 mb_tech,
618 applet);
619 *out_icon_name = mobile_helper_get_quality_icon_name (quality_valid ?
620 quality : 0);
--
You received this bug notification because you are a member of Network-
manager, which is subscribed to Network Manager Applet.
https://bugs.launchpad.net/bugs/1571574
Title:
[SRU] 3G (WWAN) icon missing
To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1571574/+subscriptions
More information about the Ubuntu-reviews
mailing list