mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-04 19:13:08 +00:00
Add a workaround for alt-d-s not working right after login
This broke the KDE app start/stop test. We need to click on the desktop before alt-d-s will work, for some reason. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3146570101
commit
af06ac0809
@ -1604,6 +1604,10 @@ sub register_application {
|
|||||||
sub solidify_wallpaper {
|
sub solidify_wallpaper {
|
||||||
my $desktop = get_var("DESKTOP");
|
my $desktop = get_var("DESKTOP");
|
||||||
if ($desktop eq "kde") {
|
if ($desktop eq "kde") {
|
||||||
|
# FIXME: since Plasma 6.0.90, we have to click on the desktop
|
||||||
|
# once to make this work
|
||||||
|
# https://bugs.kde.org/show_bug.cgi?id=487715
|
||||||
|
mouse_click;
|
||||||
# Run the Desktop settings
|
# Run the Desktop settings
|
||||||
hold_key 'alt';
|
hold_key 'alt';
|
||||||
send_key 'd';
|
send_key 'd';
|
||||||
|
Loading…
Reference in New Issue
Block a user