1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-10-22 10:04:21 +00:00

Agh, that kde_doublek_workaround needs to be KDE-only

Note to self: do not commit "one simple fix" at midnight then go
to bed

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-11 08:40:04 -07:00
parent 87b572e535
commit 5c2b2e6c29

View File

@ -142,7 +142,7 @@ sub run {
# The following routine uses different approaches on different
# desktops.
connect_localhost("connect");
kde_doublek_workaround;
kde_doublek_workaround if ($desktop eq "kde");
# Check that the password has been stored.
check_stored();