mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-20 06:14:32 +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 {
|
sub run {
|
||||||
my $relnum = get_release_number;
|
my $relnum = get_release_number;
|
||||||
if (get_var("LANGUAGE") eq 'japanese' && $relnum > 33) {
|
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
|
# since g-i-s new user mode was dropped and the replacement
|
||||||
# doesn't do input method selection, and anaconda never has,
|
# doesn't do input method selection, and anaconda never has,
|
||||||
# we have to set up the input method manually:
|
# we have to set up the input method manually:
|
||||||
|
Loading…
Reference in New Issue
Block a user