After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740553 - libnm-gtk: use Bluetooth name for disambiguation
libnm-gtk: use Bluetooth name for disambiguation
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-applet
unspecified
Other All
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-11-22 20:35 UTC by Allison Karlitskaya (desrt)
Modified: 2015-01-28 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libnm-gtk: use Bluetooth name for disambiguation (1.72 KB, patch)
2014-11-22 20:35 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-11-22 20:35:06 UTC
Currently if we have two paired bluetooth devices,
nma_utils_disambiguate_device_names() will disambiguate them by their
hardware address.  This is not very helpful, so detect this case and use
the Bluetooth device name instead.

This function is used by System Settings when showing the list of
network devices.
Comment 1 Allison Karlitskaya (desrt) 2014-11-22 20:35:37 UTC
Created attachment 291273 [details] [review]
libnm-gtk: use Bluetooth name for disambiguation
Comment 2 Thomas Haller 2014-11-24 18:24:14 UTC
LGTM
Comment 3 Dan Williams 2014-11-24 18:43:40 UTC
LGTM

See also bug 592819...
Comment 4 Allison Karlitskaya (desrt) 2014-11-24 20:11:15 UTC
Attachment 291273 [details] pushed as 74d110a - libnm-gtk: use Bluetooth name for disambiguation