Hide cursor at start of prelogin gnome-initial-setup
For the same reason we do it at the start of GDM (recent mutter dumps a mouse cursor in the middle of the screen on startup).
This commit is contained in:
parent
64049aad12
commit
b6c23ff4cf
@ -394,6 +394,8 @@ sub gnome_initial_setup {
|
||||
assert_screen "next_button", $args{timeout};
|
||||
# wait a bit in case of animation
|
||||
wait_still_screen 3;
|
||||
# GDM 3.24.1 dumps a cursor in the middle of the screen here...
|
||||
mouse_hide if ($args{prelogin});
|
||||
for my $n (1..$nexts) {
|
||||
# click 'Next' $nexts times, moving the mouse to avoid
|
||||
# highlight problems, sleeping to give it time to get
|
||||
|
Loading…
Reference in New Issue
Block a user