From 78c52cedc2b9b109bd531fca767ca493a4883351 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 24 May 2023 14:42:32 -0700 Subject: [PATCH] Revert "Workaround KDE bug accessing desktop settings (#1933118)" This reverts commit 7c6188c08753adc8138f8c1c19a4544941cc7103. We shouldn't need this workaround any more. --- lib/utils.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index fa1128f7..9da0fca3 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1464,13 +1464,6 @@ sub solidify_wallpaper { my $desktop = get_var("DESKTOP"); if ($desktop eq "kde") { # Run the Desktop settings - # 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 - mouse_set 512, 384; - mouse_click 'right'; - mouse_set 480, 384; - mouse_click 'left'; hold_key 'alt'; send_key 'd'; send_key 's';