GNOME Bugzilla – Bug 659826
new broadband connection weirdness in first page of the assistant
Last modified: 2011-09-23 11:45:33 UTC
In fedora 16, I crated a bluetooth connection to my phone, and launch the dund plugin, which launched this assistant, and here come the first dialog: * duplicate items (on the left) * non-sense in the buttons. If I press the "continue" button, it works fine, no more duplicated entrie or buttons weirdness. NetworkManager version: 0.9.0.2.fc16
Created attachment 197245 [details] screenshot.
Note that it shouldn't be required to launch dund at all, since NetworkManager will handle all that for you. When you're doing pairing with the phone, you'll get a dialog that has a checkbox for "Use this phone to connect to the Internet" which should launch the wizard for you and do the right thing. Looking into the wizard oddness though.
This is apparently a GTK bug, mclasen says: (01:37:31 PM) mclasen: looks like you are callling show_all, and we don't deal with it ?
Created attachment 197279 [details] [review] GtkAssistant: Fix problems with gtk_widget_show_all() gtk_widget_show_all() would have shown every single item inside the GtkAssistant sidebar.
Created attachment 197293 [details] [review] GtkAssistant: Fix problems with gtk_widget_show_all() gtk_widget_show_all() would have shown every single item inside the GtkAssistant sidebar, as well as all the navigation buttons.
Comment on attachment 197279 [details] [review] GtkAssistant: Fix problems with gtk_widget_show_all() And there's also the case of the navigation buttons. Tested, works for me.
Review of attachment 197293 [details] [review]: Thanks, please commit
Pushed to master. Attachment 197293 [details] pushed as a0fc947 - GtkAssistant: Fix problems with gtk_widget_show_all()