1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

Revert "Workaround KDE bug accessing desktop settings (#1933118)"

This reverts commit 7c6188c087.
We shouldn't need this workaround any more.
This commit is contained in:
Adam Williamson 2023-05-24 14:42:32 -07:00
parent a2dc22255b
commit 78c52cedc2

View File

@ -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';