@Mathieu, Thanks for your patch, I just found the same root cause as your. The mobile_helper_get_icon does not return icon file name and result in 'nm- no-connection' is always used on indicator menu:
#ifdef WITH_APPINDICATOR if (INDICATOR_ENABLED (applet)) { /* FIXME: We rely on the fact that VPN icon gets drawn later and therefore * wins but we cannot currently set a combined pixmap made of both the link * icon and the VPN icon. */ if (icon_name == NULL && layer == ICON_LAYER_LINK) icon_name = "nm-no-connection"; if (icon_name != NULL && g_strcmp0 (app_indicator_get_icon (applet->app_indicator), icon_name) != 0) app_indicator_set_icon_full (applet->app_indicator, icon_name, applet->tip); return; } #endif /* WITH_APPINDICATOR */ I will install the update from -propose for test if it is available. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571574 Title: 3G (WWAN) icon missing in network-manager-applet To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager-applet/+bug/1571574/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs