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 646029 - don't show "Disconnected" when cable is plugged in but device is off
don't show "Disconnected" when cable is plugged in but device is off
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
[gnome3-important]
Depends on:
Blocks:
 
 
Reported: 2011-03-29 01:20 UTC by William Jon McCann
Modified: 2013-01-31 19:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
network: fix some translator comments (1.78 KB, patch)
2013-01-31 17:45 UTC, Dan Winship
committed Details | Review
network: don't call inactive devices "Disconnected" (4.85 KB, patch)
2013-01-31 17:45 UTC, Dan Winship
committed Details | Review

Description William Jon McCann 2011-03-29 01:20:42 UTC
We shouldn't show "Disconnected" when a cable is plugged in but device is off.  The term "connected" is a bit misleading.  It is too close to unplugged.

If there isn't any meaningful status I think just hiding the label is fine when the device is off.
Comment 1 Dan Winship 2013-01-31 17:45:35 UTC
Created attachment 234923 [details] [review]
network: fix some translator comments

They have to appear on the line immediately before the string or
they won't get picked up.
Comment 2 Dan Winship 2013-01-31 17:45:37 UTC
Created attachment 234924 [details] [review]
network: don't call inactive devices "Disconnected"

It's confusing to call an ethernet device "disconnected" when it is
plugged in but not in use. Just don't say anything instead.

Also, update the icon logic to show the "disconnected" icon in this
state, rather than the "connected" one, since it's confusing for the
icon to change even though the network connection hasn't been
activated.
Comment 3 Bastien Nocera 2013-01-31 18:29:29 UTC
Review of attachment 234923 [details] [review]:

Looks good.
Comment 4 Bastien Nocera 2013-01-31 18:35:45 UTC
Review of attachment 234924 [details] [review]:

Can we still show disconnected status, eg. not plugged in and not in use vs. plugged in but not in use?

Otherwise the patch looks fine.
Comment 5 Dan Winship 2013-01-31 19:28:26 UTC
(In reply to comment #4)
> Can we still show disconnected status, eg. not plugged in and not in use vs.
> plugged in but not in use?

Yes, not-plugged-in still shows as "Cable unplugged"
Comment 6 Dan Winship 2013-01-31 19:29:10 UTC
Attachment 234923 [details] pushed as 7b5ad4e - network: fix some translator comments
Attachment 234924 [details] pushed as 534ad36 - network: don't call inactive devices "Disconnected"