d'oh, only do doublek workaround on KDE (desktop_terminal)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-06-18 00:43:33 -07:00
parent 3afc8fbed7
commit 356ee975c0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sub run {
my $relnum = get_release_number;
check_desktop;
# try and avoid double-typing issues
kde_doublek_workaround;
kde_doublek_workaround if (get_var("DESKTOP") eq "kde");
menu_launch_type('terminal');
assert_screen "apps_run_terminal";
wait_still_screen(stilltime => 5, similarity_level => 42);