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:
parent
1b0fc55758
commit
8fb84cd458
Binary file not shown.
|
Before Width: | Height: | Size: 657 KiB |
@ -1,11 +1,11 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 48,
|
||||
"width": 136,
|
||||
"height": 133,
|
||||
"xpos": 446,
|
||||
"type": "match",
|
||||
"xpos": 34,
|
||||
"ypos": 16,
|
||||
"width": 47
|
||||
"ypos": 348
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
BIN
needles/kde/live_anaconda_icon-kde-welcome-20250906.png
Normal file
BIN
needles/kde/live_anaconda_icon-kde-welcome-20250906.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 416 KiB |
@ -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 |
@ -191,10 +191,7 @@ sub run {
|
||||
}
|
||||
# if we hit the g-i-s flow we already launched
|
||||
unless ($launched) {
|
||||
# for KDE we need to double-click
|
||||
my $dclick = 0;
|
||||
$dclick = 1 if (get_var("DESKTOP") eq "kde");
|
||||
assert_and_click("live_start_anaconda_icon", dclick => $dclick);
|
||||
assert_and_click("live_start_anaconda_icon");
|
||||
}
|
||||
}
|
||||
# wait for anaconda to appear
|
||||
|
||||
Loading…
Reference in New Issue
Block a user