From 7cdce4c252ac453a391f517f7b0a8670929e70cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Thu, 2 Dec 2021 13:04:33 +0100 Subject: [PATCH] Fix the routine. --- lib/utils.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/utils.pm b/lib/utils.pm index f9d07799..956da9db 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1497,6 +1497,8 @@ sub desktop_login { # ...from GNOME 40 on, we just get a "Welcome" tour handle_welcome_screen unless (get_var("_welcome_done")); } + # Come away from the Activities page + send_key("esc"); }