From 428b022255501da58985b68ee8d311364e546666 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 16 May 2022 16:15:52 -0700 Subject: [PATCH] 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 --- tests/_graphical_wait_login.pm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 89f14d00..95b3926b 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -78,16 +78,7 @@ 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")); - } + 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