diff --git a/lib/utils.pm b/lib/utils.pm index dd29d0f2..e1155fcb 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -849,7 +849,7 @@ sub gnome_initial_setup { # except 'language' was never *really* skipped (see above) if ($relnum < 41) { @nexts = grep { $_ ne 'keyboard' } @nexts; - @nexts = grep { $_ ne 'timezone' } @nexts; + #@nexts = grep { $_ ne 'timezone' } @nexts; } # From gnome-initial-setup 45~beta-3 on, no screens are # skipped in vendor.conf. 'language' and 'keyboard' should be