@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 Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/1571574

Title:
  3G (WWAN) icon missing in network-manager-applet

Status in Network Manager Applet:
  Fix Released
Status in OEM Priority Project:
  Confirmed
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-applet source package in Xenial:
  In Progress

Bug description:
  After establishing a 3G connection, the icon shown in system tray
  should be a 3G indicator to indicate that 3G is connected.

  However, in Xenial there is no 3G icon at all.
  After 3G connection is established, it remains as the previous icon displayed.
  (e.g. 
  If no other connection was established before 3G connection was made, then 
the icon is a "hollow fan shape" after connecting to 3G.
  If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

  network-manager: 1.1.93-0ubuntu3
  OS: Xenial daily (2016 Apr. 15)

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1571574/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to