GNOME Bugzilla – Bug 700469
wizard: Don't show 'setup' step in non-express installs
Last modified: 2016-03-31 13:22:07 UTC
If you disable express install, and then go back, you get to the setup screen with everything grayed out except for 'back'. Better to just skip this screen in this case.
Created attachment 244432 [details] [review] wizard: Don't show 'setup' step in non-express installs
Review of attachment 244432 [details] [review]: That is not correct, user should be able to change his/her mind about express and non-express installation until he/she hits 'Create'.
AH the bug is the switch being shown unsensitive while it's not, the wizard screen really looks like you cannot do anything on that screen.
Created attachment 244574 [details] [review] wizard: Never make the 'Express Install' label insensitive When doing a non-express install, all the other UI elements should be unsensitive, but the 'Express Install' switch itself is still sensitive if the user wants to reenable express install, so its label should always be sensitive as well.
Review of attachment 244574 [details] [review]: ACK ::: src/unattended-installer.vala @@ +449,2 @@ foreach (var child in setup_grid.get_children ()) + if ((child != express_label) && (child != express_toggle)) The inner '()' seems redundant to me here but not strong feelings either way.
Attachment 244574 [details] pushed as 2a11d97 - wizard: Never make the 'Express Install' label insensitive