GNOME Bugzilla – Bug 653296
Chicken and egg problem with connection settings (insensitive 'Configure...' for inactive connections)
Last modified: 2012-06-07 14:22:18 UTC
So the current UI grays out the "Options..." button on the network settings when there is no connection. This has two problems: First: I have a connection that will not happen unless I change the settings. I can't change the settings on my "wired connection" until it connects, which it never does. (I have to set the mac address to something specific) Yes I know I can do this through different tools, but that sort of defeats the purpose of this whole dialog. Second: Also I just essentially hosed my network by "turning on" ipv6 in the options dialog. Then the connection was lost and never recovered (keeps trying to reconnect forever). From the point of view of a regular user I have hosed things: I made a change in a dialog into which I have no way of getting back until those settings are unhosed, which is done with that dialog. Catch 22. IMO this is a UI bug. Suggestion: allow clicking the options button even if the connection is not active.
+1 The fact that you have to activate a connection before you can configure it is a rather large and annoying restriction.
*** Bug 672835 has been marked as a duplicate of this bug. ***
*** Bug 663773 has been marked as a duplicate of this bug. ***
*** Bug 648339 has been marked as a duplicate of this bug. ***
*** Bug 646015 has been marked as a duplicate of this bug. ***
*** Bug 665874 has been marked as a duplicate of this bug. ***
commit fc9b6a57f8765505bd2a9f2e33d119538af1333f Author: Richard Hughes <richard@hughsie.com> Date: Wed May 30 14:23:45 2012 +0100 network: Allow configuring wired network devices when not connected This prevents the chicken-and-egg problem as described in #653296 by launching nm-connection-editor for the inactive connection for the device. This only works when there is one possible connection for the device, which is helpfully typical for wired ethernet devices. Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=653296
Great! ;-)
*** Bug 677479 has been marked as a duplicate of this bug. ***