From c91e682d09be38706768cb3496ad17bad313d5de Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 3 Mar 2021 20:03:59 -0800 Subject: [PATCH] solidify_wallpaper: try to avoid clicking anything in the menu When we right-click then left-click, we should move away from the menu to avoid actually clicking anything in it. Signed-off-by: Adam Williamson --- lib/utils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.pm b/lib/utils.pm index 790fc62f..b32b117f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1372,6 +1372,7 @@ sub solidify_wallpaper { # https://bugzilla.redhat.com/show_bug.cgi?id=1933118 mouse_set 512, 384; mouse_click 'right'; + mouse_set 480x 384; mouse_click 'left'; hold_key 'alt'; send_key 'd';