mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Drop new user g-i-s handling in _graphical_wait_login
New user g-i-s is gone since F34, and F33 is dead. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5beb87cc16
commit
428b022255
@ -78,17 +78,8 @@ sub run {
|
||||
# as this test gets loaded twice on the ADVISORY_OR_TASK flow, and
|
||||
# we might be on the INSTALL_NO_USER flow, check whether
|
||||
# this happened already
|
||||
my $relnum = get_release_number;
|
||||
if ($relnum < 34) {
|
||||
# before GNOME 40 (F34), we get a per-user version of
|
||||
# gnome-initial-setup here...
|
||||
gnome_initial_setup() unless (get_var("_setup_done"));
|
||||
}
|
||||
else {
|
||||
# ...from GNOME 40 on, we just get a "Welcome" tour
|
||||
handle_welcome_screen unless (get_var("_welcome_done"));
|
||||
}
|
||||
}
|
||||
if (get_var("DESKTOP") eq 'gnome' && get_var("INSTALL_NO_USER")) {
|
||||
# handle welcome screen if we didn't do it above (holy flow
|
||||
# control, Batman!)
|
||||
|
Loading…
Reference in New Issue
Block a user