Great Needle Cleanup 2020
Remove a bunch of needles that have not been used for some time, plus a few workarounds that are similarly stale. Signed-off-by: Adam Williamson <awilliam@redhat.com>
@ -189,12 +189,6 @@ sub custom_change_type {
|
|||||||
assert_and_click "anaconda_part_device_type";
|
assert_and_click "anaconda_part_device_type";
|
||||||
# Move the mouse away from the menu
|
# Move the mouse away from the menu
|
||||||
mouse_set(10, 10);
|
mouse_set(10, 10);
|
||||||
# workaround for bug aarch64 tests sometimes hit - menu doesn't
|
|
||||||
# open when clicked. just click it again.
|
|
||||||
if (check_screen "anaconda_part_device_type_active", 5) {
|
|
||||||
assert_and_click "anaconda_part_device_type_active";
|
|
||||||
mouse_set(10, 10);
|
|
||||||
}
|
|
||||||
assert_and_click "anaconda_part_device_type_$type";
|
assert_and_click "anaconda_part_device_type_$type";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
}
|
}
|
||||||
|
@ -43,14 +43,7 @@ sub start_webui {
|
|||||||
assert_script_run "sed -i -e 's,enable_xauth=1,enable_xauth=0,g' /usr/bin/startx";
|
assert_script_run "sed -i -e 's,enable_xauth=1,enable_xauth=0,g' /usr/bin/startx";
|
||||||
disable_firefox_studies;
|
disable_firefox_studies;
|
||||||
type_string "startx /usr/bin/firefox -width 1024 -height 768 https://ipa001.domain.local\n";
|
type_string "startx /usr/bin/firefox -width 1024 -height 768 https://ipa001.domain.local\n";
|
||||||
assert_screen ["freeipa_webui_login", $user_screen, "firefox_certificate_error"], 60;
|
assert_screen ["freeipa_webui_login", $user_screen], 60;
|
||||||
if (match_has_tag "firefox_certificate_error") {
|
|
||||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530429
|
|
||||||
record_soft_failure "Certificate validation error - likely Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1530429";
|
|
||||||
sleep 15;
|
|
||||||
assert_and_click "firefox_refresh";
|
|
||||||
assert_screen ["freeipa_webui_login", $user_screen], 30;
|
|
||||||
}
|
|
||||||
wait_still_screen(stilltime=>5, similarity_level=>45);
|
wait_still_screen(stilltime=>5, similarity_level=>45);
|
||||||
# softfail on kerberos ticket bugs meaning we get auto-logged in
|
# softfail on kerberos ticket bugs meaning we get auto-logged in
|
||||||
# as the requested user when we don't expect to be
|
# as the requested user when we don't expect to be
|
||||||
|
@ -33,13 +33,6 @@ sub root_console {
|
|||||||
sub post_fail_hook {
|
sub post_fail_hook {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# if we failed at a browser certificate error screen, click to get
|
|
||||||
# more info on the issue
|
|
||||||
if (check_screen 'browser_certificate_error', 3) {
|
|
||||||
assert_and_click 'browser_certificate_error';
|
|
||||||
save_screenshot;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (check_screen 'emergency_rescue', 3) {
|
if (check_screen 'emergency_rescue', 3) {
|
||||||
my $password = get_var("ROOT_PASSWORD", "weakpassword");
|
my $password = get_var("ROOT_PASSWORD", "weakpassword");
|
||||||
type_string "$password\n";
|
type_string "$password\n";
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 764,
|
|
||||||
"width": 138,
|
|
||||||
"ypos": 34,
|
|
||||||
"type": "match",
|
|
||||||
"height": 14
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-french",
|
|
||||||
"prerelease_note"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 100 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"height": 743,
|
|
||||||
"ypos": 15,
|
|
||||||
"width": 123,
|
|
||||||
"xpos": 16
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"leftbar_atomic"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 146 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"prerelease_note"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 740,
|
|
||||||
"ypos": 34,
|
|
||||||
"width": 159,
|
|
||||||
"height": 27,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 140 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"height": 18,
|
|
||||||
"type": "match",
|
|
||||||
"width": 244,
|
|
||||||
"xpos": 674,
|
|
||||||
"ypos": 34
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-russian",
|
|
||||||
"prerelease_note"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 103 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 104,
|
|
||||||
"ypos": 39,
|
|
||||||
"width": 683,
|
|
||||||
"height": 32,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"topbar_atomic"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 72 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"height": 34,
|
|
||||||
"ypos": 28,
|
|
||||||
"xpos": 179,
|
|
||||||
"width": 495
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"topbar_generic"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 83 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"width": 638,
|
|
||||||
"xpos": 92,
|
|
||||||
"type": "match",
|
|
||||||
"ypos": 37,
|
|
||||||
"height": 38
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"topbar_workstation"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 82 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 796,
|
|
||||||
"height": 31,
|
|
||||||
"width": 93,
|
|
||||||
"ypos": 39,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"version_29_ident"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 149 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 740,
|
|
||||||
"ypos": 14,
|
|
||||||
"width": 147,
|
|
||||||
"height": 16,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"version_rawhide_ident"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 107 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"initialsetup_finish_configuration"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 843,
|
|
||||||
"width": 161,
|
|
||||||
"type": "match",
|
|
||||||
"ypos": 733,
|
|
||||||
"height": 12
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 64 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"width": 113,
|
|
||||||
"ypos": 692,
|
|
||||||
"height": 16,
|
|
||||||
"xpos": 556
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_add_iscsi_target"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 54 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 692,
|
|
||||||
"width": 113,
|
|
||||||
"type": "match",
|
|
||||||
"height": 16,
|
|
||||||
"xpos": 288
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_add_iscsi_target"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 62 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_add_network_disk"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 44,
|
|
||||||
"height": 17,
|
|
||||||
"ypos": 369,
|
|
||||||
"width": 65,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 84 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_encrypt_data",
|
|
||||||
"LANGUAGE-arabic"
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 879,
|
|
||||||
"width": 127,
|
|
||||||
"type": "match",
|
|
||||||
"ypos": 558,
|
|
||||||
"height": 23
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 82 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 506,
|
|
||||||
"height": 18,
|
|
||||||
"type": "match",
|
|
||||||
"width": 104,
|
|
||||||
"xpos": 239
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_save_passphrase",
|
|
||||||
"LANGUAGE-arabic"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 82 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 506,
|
|
||||||
"width": 104,
|
|
||||||
"height": 18,
|
|
||||||
"xpos": 239,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_save_passphrase",
|
|
||||||
"LANGUAGE-arabic"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 82 KiB |
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_delete_all_btn",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english",
|
|
||||||
"ENV-FLAVOR-server"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 521,
|
|
||||||
"xpos": 940,
|
|
||||||
"height": 16,
|
|
||||||
"width": 59,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 68 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 521,
|
|
||||||
"width": 59,
|
|
||||||
"height": 16,
|
|
||||||
"xpos": 940,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_delete_all_btn",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 77 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"height": 21,
|
|
||||||
"ypos": 556,
|
|
||||||
"width": 125,
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 19
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_encrypt_data",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 83 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_encrypt_data",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-french"
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"width": 152,
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 22,
|
|
||||||
"ypos": 577,
|
|
||||||
"height": 18
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 87 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"height": 18,
|
|
||||||
"xpos": 22,
|
|
||||||
"ypos": 577,
|
|
||||||
"type": "match",
|
|
||||||
"width": 152
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_encrypt_data",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-french"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 88 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"width": 190,
|
|
||||||
"ypos": 512,
|
|
||||||
"xpos": 599,
|
|
||||||
"height": 19
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_save_passphrase",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-french"
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 79 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 22,
|
|
||||||
"height": 17,
|
|
||||||
"width": 136,
|
|
||||||
"ypos": 644,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-japanese",
|
|
||||||
"anaconda_install_destination_encrypt_data"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 112 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-japanese",
|
|
||||||
"anaconda_install_destination_save_passphrase"
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 529,
|
|
||||||
"type": "match",
|
|
||||||
"width": 118,
|
|
||||||
"height": 13,
|
|
||||||
"xpos": 650
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 119 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 529,
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 650,
|
|
||||||
"height": 13,
|
|
||||||
"width": 118
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-japanese",
|
|
||||||
"anaconda_install_destination_save_passphrase"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 120 KiB |
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"width": 108,
|
|
||||||
"ypos": 542,
|
|
||||||
"height": 22,
|
|
||||||
"xpos": 679
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_reclaim_space_btn",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english",
|
|
||||||
"ENV-FLAVOR-server"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 84 KiB |
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 679,
|
|
||||||
"height": 22,
|
|
||||||
"width": 108,
|
|
||||||
"ypos": 542
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_reclaim_space_btn",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english",
|
|
||||||
"ENV-FLAVOR-server"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 92 KiB |
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_reclaim_space_delete_btn",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english",
|
|
||||||
"ENV-FLAVOR-server"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"height": 16,
|
|
||||||
"xpos": 109,
|
|
||||||
"ypos": 522,
|
|
||||||
"width": 48,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 67 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 522,
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 108,
|
|
||||||
"height": 16,
|
|
||||||
"width": 48
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_reclaim_space_delete_btn",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 76 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_reclaim_space_first_partition",
|
|
||||||
"ENV-DISTRI-fedora"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 152,
|
|
||||||
"height": 32,
|
|
||||||
"ypos": 258,
|
|
||||||
"type": "match",
|
|
||||||
"width": 25
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 68 KiB |
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_reclaim_space_shrink_btn",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english",
|
|
||||||
"ENV-FLAVOR-develop"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"width": 61,
|
|
||||||
"ypos": 518,
|
|
||||||
"height": 22,
|
|
||||||
"xpos": 174
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 65 KiB |
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"height": 22,
|
|
||||||
"xpos": 173,
|
|
||||||
"ypos": 518,
|
|
||||||
"type": "match",
|
|
||||||
"width": 61
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_reclaim_space_shrink_btn",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english",
|
|
||||||
"ENV-FLAVOR-develop"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 74 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"ENV-FLAVOR-develop",
|
|
||||||
"anaconda_install_destination_reclaim_space_shrink_slider"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 16,
|
|
||||||
"type": "match",
|
|
||||||
"height": 35,
|
|
||||||
"ypos": 487,
|
|
||||||
"width": 209
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 70 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 577,
|
|
||||||
"xpos": 21,
|
|
||||||
"type": "match",
|
|
||||||
"width": 162,
|
|
||||||
"height": 20
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-russian",
|
|
||||||
"anaconda_install_destination_encrypt_data"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 89 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-russian",
|
|
||||||
"anaconda_install_destination_save_passphrase"
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"height": 18,
|
|
||||||
"ypos": 495,
|
|
||||||
"width": 187,
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 600
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 87 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_save_passphrase",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"LANGUAGE-english"
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 507,
|
|
||||||
"height": 26,
|
|
||||||
"width": 130,
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 668
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 82 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_select_disk_1",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"ENV-FLAVOR-server"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"width": 17,
|
|
||||||
"ypos": 277,
|
|
||||||
"height": 24,
|
|
||||||
"xpos": 39,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 74 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_select_disk_2",
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"ENV-FLAVOR-server"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 203,
|
|
||||||
"height": 23,
|
|
||||||
"width": 18,
|
|
||||||
"ypos": 278
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 83 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 19,
|
|
||||||
"ypos": 239,
|
|
||||||
"width": 18,
|
|
||||||
"height": 17,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"ENV-DISTRI-fedora",
|
|
||||||
"anaconda_install_destination_select_target"
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 64 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"width": 88,
|
|
||||||
"height": 17,
|
|
||||||
"xpos": 433,
|
|
||||||
"ypos": 314
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_target_auth_type"
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 59 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_target_auth_type_chap"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 344,
|
|
||||||
"height": 20,
|
|
||||||
"xpos": 430,
|
|
||||||
"type": "match",
|
|
||||||
"width": 83
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 62 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 558,
|
|
||||||
"height": 18,
|
|
||||||
"xpos": 746,
|
|
||||||
"type": "match",
|
|
||||||
"width": 43
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"anaconda_install_destination_target_login"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 61 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 364,
|
|
||||||
"height": 14,
|
|
||||||
"type": "match",
|
|
||||||
"width": 42,
|
|
||||||
"xpos": 654
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-arabic",
|
|
||||||
"anaconda_layout_native"
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 82 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-arabic",
|
|
||||||
"anaconda_layout_native"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"ypos": 41,
|
|
||||||
"width": 42,
|
|
||||||
"xpos": 135,
|
|
||||||
"height": 14
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 50 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"width": 42,
|
|
||||||
"ypos": 39,
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 135,
|
|
||||||
"height": 17
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-arabic",
|
|
||||||
"anaconda_layout_native"
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 45 KiB |
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-arabic",
|
|
||||||
"anaconda_layout_native"
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 654,
|
|
||||||
"ypos": 373,
|
|
||||||
"width": 42,
|
|
||||||
"height": 14,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 90 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"tags": [
|
|
||||||
"anaconda_layout_ascii",
|
|
||||||
"anaconda_layout_us",
|
|
||||||
"LANGUAGE-arabic"
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"ypos": 380,
|
|
||||||
"height": 17,
|
|
||||||
"width": 37,
|
|
||||||
"xpos": 661,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Before Width: | Height: | Size: 84 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"width": 37,
|
|
||||||
"type": "match",
|
|
||||||
"ypos": 40,
|
|
||||||
"xpos": 142,
|
|
||||||
"height": 17
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-arabic",
|
|
||||||
"anaconda_layout_ascii",
|
|
||||||
"anaconda_layout_us"
|
|
||||||
],
|
|
||||||
"properties": []
|
|
||||||
}
|
|
Before Width: | Height: | Size: 40 KiB |
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"height": 17,
|
|
||||||
"width": 37,
|
|
||||||
"ypos": 40,
|
|
||||||
"type": "match",
|
|
||||||
"xpos": 141
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"LANGUAGE-arabic",
|
|
||||||
"anaconda_layout_ascii",
|
|
||||||
"anaconda_layout_us"
|
|
||||||
]
|
|
||||||
}
|
|