From 87b572e53535e4846c407a650414a1c9cdaf8466 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 11 Oct 2024 00:18:27 -0700 Subject: [PATCH] Put a kde_doublek_workaround back in keyring_password We do a menu_launch_type for kwalletmanager, so we'd better keep a doublek workaround before that :/ Signed-off-by: Adam Williamson --- tests/applications/keyring/keyring_password.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/applications/keyring/keyring_password.pm b/tests/applications/keyring/keyring_password.pm index 9dbce531..4806bfb4 100644 --- a/tests/applications/keyring/keyring_password.pm +++ b/tests/applications/keyring/keyring_password.pm @@ -142,6 +142,7 @@ sub run { # The following routine uses different approaches on different # desktops. connect_localhost("connect"); + kde_doublek_workaround; # Check that the password has been stored. check_stored();