GNOME Bugzilla – Bug 645002
Network: connect to other network
Last modified: 2012-05-30 13:42:12 UTC
This should be an 'Other...' item in the ap combo, bringing up a dialog to let you enter a ssid plus possibly other parameters. This is replacing the 'Connect to other...' functionality of nm-applet.
This is a string / feature addition, so I don't think we can do this for 3.0.1 - retargetting.
I think we need to ask for a break, if necessary. Surprising numbers of people need this feature to get on their network...
Created attachment 185311 [details] [review] proposed patch
Review of attachment 185311 [details] [review]: ::: panels/network/cc-network-panel.c @@ +812,3 @@ + * in the dropdown (or hidden) and the user has to select + * another entry manually */ + PANEL_WIRELESS_COLUMN_TITLE, _("Other..."), As mentioned on the list, using C_("Wireless access point", "Other...") would be good.
Few observations after playing with this patch for 5 minutes: - When I select 'Other...' the device status stays 'Connected' (which is probably correct, but perhaps a bit confusing, considering that the combo now shows 'Other...' - After I cancel the dialog, the panel stays on the unfortunate 'Other...'/'Connected' combination. IMO we need to revert to the real connected ap at this point, the latest.
Is this going to be an item in indicator applet? Nobody will find it in control panel combo box. It is last place where I would search for it.
We're not planning to add it to the menu, no
Please please, change your plan. Or make it better accessible anyhow.
This seems fixed now.