[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-23 Thread Franz Hsieh
@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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-23 Thread Sebastien Bacher
SRU for xenial should be uploaded tomorrow, Aron is working on that now
... if somebody could test the version uploaded to y or the patch
backported to confirm it works for you as well that would be useful

** Changed in: network-manager-applet (Ubuntu Xenial)
   Status: Confirmed => In Progress

** Changed in: network-manager-applet (Ubuntu Xenial)
 Assignee: (unassigned) => Aron Xu (happyaron)

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager-applet -
1.2.0-0ubuntu2

---
network-manager-applet (1.2.0-0ubuntu2) yakkety; urgency=medium

  * debian/patches/ubuntu-vpn-icon-name.patch: set out_icon_name as well in
mobile_helper_get_icon method in mobile helpers; this makes sure we do
have an icon set for mobile (3G/4G), and not left with the last one that
was used in the applet. (LP: #1571574)
  * debian/patches/git_fix_assert_p12_privkey_037c5721.patch: fix assertion
in default_filter_privkey() so we can correctly accept certificates with
the .p12 extension. (LP: #1583075)

 -- Mathieu Trudel-Lapierre   Fri, 20 May 2016
11:14:13 -0400

** Changed in: network-manager-applet (Ubuntu)
   Status: Confirmed => Fix Released

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-22 Thread Kristin Chuang
Issue also still occurs if keeping network manager 1.1.93 and updating
network-manager-gnome only to network-manager-gnome version
1.2.2-0~201605201009~ubuntu16.04.1

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-22 Thread Kristin Chuang
Issue also still occurs if keeping network manager 1.1.92 and updating
network-manager-gnome only to network-manager-gnome version
1.2.2-0~201605201009~ubuntu16.04.1

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-22 Thread Kristin Chuang
Issue still occurs after updating to 
- network-manager version 1.2.2-0~201605130755~ubuntu16.04.1 and 
- network-manager-gnome version 1.2.2-0~201605201009~ubuntu16.04.1

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-22 Thread Bug Watch Updater
** Changed in: network-manager-applet
   Status: Confirmed => Fix Released

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager-applet (Ubuntu)
   Status: New => Confirmed

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager-applet (Ubuntu Xenial)
   Status: New => Confirmed

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-20 Thread Bug Watch Updater
** Changed in: network-manager-applet
   Status: Unknown => Confirmed

** Changed in: network-manager-applet
   Importance: Unknown => Medium

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-20 Thread Sebastien Bacher
** Bug watch added: GNOME Bug Tracker #766709
   https://bugzilla.gnome.org/show_bug.cgi?id=766709

** Also affects: network-manager via
   https://bugzilla.gnome.org/show_bug.cgi?id=766709
   Importance: Unknown
   Status: Unknown

** Changed in: network-manager-applet (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: network-manager-applet (Ubuntu)
   Status: Incomplete => New

** Changed in: network-manager-applet (Ubuntu Xenial)
   Status: Incomplete => New

** Changed in: network-manager-applet
   Importance: Undecided => Unknown

** Changed in: network-manager-applet
   Status: New => Unknown

** Changed in: network-manager-applet
 Remote watch: None => GNOME Bug Tracker #766709

** No longer affects: network-manager

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-20 Thread Kristin Chuang
Xenial + adwaita-icon-theme (3.18.0-2ubuntu3.1) with no network
connection established:

The network icon is a "no network connected" icon [OK]

** Attachment added: "nothing-connected.png"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1571574/+attachment/4666835/+files/nothing-connected.png

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-20 Thread Kristin Chuang
With adwaita-icon-theme (3.18.0-2ubuntu3.1), the issue still occurs.
Please refer to the screenshots attached in following comments for details.

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-20 Thread Kristin Chuang
Xenial + adwaita-icon-theme (3.18.0-2ubuntu3.1) with 3G connection
established:

The network icon is still a "no network connected" icon [not OK]

** Attachment added: "wwan-connection-established.png"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1571574/+attachment/4666836/+files/wwan-connection-established.png

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-20 Thread Pascal Morin
@Sebastien

The last known working network-manger-applet/gnome version for Xenial is
1.0.10-1ubuntu1   https://bugs.launchpad.net/somerville/ford-
constantine/+bug/1571479/comments/6

it used to work fine on Xenial daily builds built before 3/29.

It looks like to be a regression.

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-20 Thread Sebastien Bacher
@Pascal, thanks for the log, I don't see error about icons there. It's a
bit difficult to debug without having a config to trigger the issue ...
could you try also with the Adwaita icon theme to see if it might be an
icon missing in our theme?

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-20 Thread Sebastien Bacher
Also what was the behaviour on previous Ubuntu series? Did it use to
work?

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-19 Thread Pascal Morin
@Sebastien & Aron

The syslog is now included; Can we get a resolution very soon; It is
urgent issue for Dell. If you want more background please let me know by
email or on irc.

Thx.

Pascal

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-19 Thread Kristin Chuang
Please refer to the attached syslog

** Attachment added: "3g-icon-syslog"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1571574/+attachment/468/+files/3g-icon-syslog

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-19 Thread Sebastien Bacher
could somebody provide their syslog?

** Changed in: network-manager-applet (Ubuntu)
   Status: Confirmed => New

** Changed in: network-manager-applet (Ubuntu)
   Status: New => Incomplete

** Changed in: network-manager-applet (Ubuntu Xenial)
   Status: Confirmed => Incomplete

-- 
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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-19 Thread Pascal Morin
** Summary changed:

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

-- 
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