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 684983 - Broken network dialogues if already opened
Broken network dialogues if already opened
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: shell
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
3.6.1
Depends on:
Blocks: 684597
 
 
Reported: 2012-09-27 17:19 UTC by Bastien Nocera
Modified: 2012-09-28 09:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
network: Handle argv property every time it changes (7.11 KB, patch)
2012-09-27 19:11 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2012-09-27 17:19:48 UTC
1. Open "gnome-control-center network"
2. Run "gnome-control-center network connect-hidden-wifi" in another terminal
3. Nothing

All the work done in panel_add_device() to do something with the device specific operations is ignored.
Comment 1 Bastien Nocera 2012-09-27 19:11:45 UTC
Created attachment 225281 [details] [review]
network: Handle argv property every time it changes

I get warnings when activating a WPA2 network though:
Comment 2 Bastien Nocera 2012-09-27 19:19:45 UTC
Not sure where the warning comes from, and as git ate my backtrace, here it is:
  • #1 g_log
    at gmessages.c line 1003
  • #2 connection_combo_init
    at nm-wifi-dialog.c line 411
  • #3 internal_init
    at nm-wifi-dialog.c line 1103
  • #4 nma_wifi_dialog_new
    at nm-wifi-dialog.c line 1290
  • #5 nma_wireless_dialog_new
    at nm-wireless-dialog.c line 66
  • #6 cc_network_panel_connect_to_8021x_network
    at network-dialogs.c line 321

Comment 3 Bastien Nocera 2012-09-28 09:15:55 UTC
Warning are fixed in network-manager-applet from git.

Attachment 225281 [details] pushed as a11ad3b - network: Handle argv property every time it changes