From 5c2b2e6c2971372f172231c46f0464ea50a4372a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 11 Oct 2024 08:40:04 -0700 Subject: [PATCH] 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 --- tests/applications/keyring/keyring_password.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/keyring/keyring_password.pm b/tests/applications/keyring/keyring_password.pm index 4806bfb4..ba4604b7 100644 --- a/tests/applications/keyring/keyring_password.pm +++ b/tests/applications/keyring/keyring_password.pm @@ -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();