_graphical_input: add a wait at the start

We sometimes type 'keyboard' at the overview and get no results.
This might help something finish caching or whatever, let's see.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-28 13:02:14 -07:00
parent 6b140fd4ad
commit 27fe0710ec
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ use utils;
sub run {
my $relnum = get_release_number;
if (get_var("LANGUAGE") eq 'japanese' && $relnum > 33) {
# give GNOME a minute to settle
wait_still_screen 5;
# since g-i-s new user mode was dropped and the replacement
# doesn't do input method selection, and anaconda never has,
# we have to set up the input method manually: