1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-11-27 19:46:00 +00:00

_boot_to_anaconda: use welcome launcher for KDE too

This means we don't need the double-click logic, and it seems to
be more reliable on F43+.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-09-06 11:34:46 -07:00
parent 1b0fc55758
commit 8fb84cd458
6 changed files with 5 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 KiB

View File

@ -1,11 +1,11 @@
{ {
"area": [ "area": [
{ {
"height": 48, "width": 136,
"height": 133,
"xpos": 446,
"type": "match", "type": "match",
"xpos": 34, "ypos": 348
"ypos": 16,
"width": 47
} }
], ],
"properties": [], "properties": [],

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"width": 41,
"xpos": 36,
"height": 40,
"type": "match",
"ypos": 19
}
],
"properties": [],
"tags": [
"live_start_anaconda_icon",
"DESKTOP-kde"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 961 KiB

View File

@ -191,10 +191,7 @@ sub run {
} }
# if we hit the g-i-s flow we already launched # if we hit the g-i-s flow we already launched
unless ($launched) { unless ($launched) {
# for KDE we need to double-click assert_and_click("live_start_anaconda_icon");
my $dclick = 0;
$dclick = 1 if (get_var("DESKTOP") eq "kde");
assert_and_click("live_start_anaconda_icon", dclick => $dclick);
} }
} }
# wait for anaconda to appear # wait for anaconda to appear