GNOME Bugzilla – Bug 684927
network: make enterprise wpa dialog modal
Last modified: 2012-10-01 21:10:34 UTC
When activating a enterprise wpa connection from the shell menu, I get the network panel launched, with the wpa dialog on top, but it is not modal. It should.
We already do that: http://git.gnome.org/browse/gnome-control-center/tree/panels/network/network-dialogs.c#n221 Are you sure that it's not gnome-shell's stacking problems in GNOME 3.6 that's causing this?
I'll investigate when I get close to an enterprise wpa ap
I've filed a shell bug here: bug 685064
Made this bug depend on bug 685064. Let's wait until we see movement there to see if fixes are needed here...
Created attachment 225537 [details] [review] network: Show the network dialogues after showing the shell To avoid confusing the hell out of Mutter, we should show the parented dialogue _after_ showing the parent itself.
Used G_BINDING_SYNC_CREATE to make sure that dialogue gets shown if the shell is already mapped. Attachment 225537 [details] pushed as aceaf34 - network: Show the network dialogues after showing the shell