mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
_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:
parent
6b140fd4ad
commit
27fe0710ec
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user