From 239640200a93ab73e9ef9033e0694deeac706222 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 15 2022 03:13:16 +0000 Subject: Update dnfdragora_runs for over-large window on KDE The dnfdragora window is too big on current KDE so we can't see the top of it (where we used to match). It's kinda better to match on some active element of the app than just the window title anyway (so we don't 'pass' if the window loads but is empty, or something like that). Signed-off-by: Adam Williamson --- diff --git a/needles/kde/apps/dnfdragora_runs-20220311.json b/needles/kde/apps/dnfdragora_runs-20220311.json new file mode 100644 index 0000000..84e4689 --- /dev/null +++ b/needles/kde/apps/dnfdragora_runs-20220311.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "xpos": 125, + "ypos": 30, + "width": 65, + "height": 18, + "type": "match" + } + ], + "properties": [], + "tags": [ + "dnfdragora_runs" + ] +} \ No newline at end of file diff --git a/needles/kde/apps/dnfdragora_runs-20220311.png b/needles/kde/apps/dnfdragora_runs-20220311.png new file mode 100644 index 0000000..b6c9b05 Binary files /dev/null and b/needles/kde/apps/dnfdragora_runs-20220311.png differ