From a2dc22255b0ce692a86fa8677736ec0bb87809d1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 24 May 2023 14:41:28 -0700 Subject: [PATCH] Revert "Note when #1933118 workaround can be removed" This reverts commit 01c2962f414fdeb15adbe49984ece5b67d116faa. We're removing the workaround now. --- lib/utils.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 211f60be..fa1128f7 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1467,8 +1467,6 @@ sub solidify_wallpaper { # FIXME workaround a weird bug where alt-d-s does something # different until you right click on the desktop: # https://bugzilla.redhat.com/show_bug.cgi?id=1933118 - # Fixed as of 2022-04-29 Rawhide (F37), can be removed at - # least when F36 goes EOL (didn't test F35 or F36) mouse_set 512, 384; mouse_click 'right'; mouse_set 480, 384;