Changes to support 8.5 (#64)

* Change identification to major releases
because the that should never change on minors

* Text got changed from connectée to connecté

* Japanse character got changed

* Filter box got realligned and looks to also have changed the font

Co-authored-by: lumarel <lumarel@users.noreply.github.com>
This commit is contained in:
Lukas Magauer 2021-11-16 08:00:48 +01:00 committed by GitHub
parent 44e8a76c56
commit 539555deef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 69 additions and 26 deletions

View File

@ -1267,13 +1267,11 @@ sub check_prerelease {
sub check_version {
# This function checks if the correct version is display during installation
# in Anaconda, i.e. nonlive media showing Rawhide when Rawhide and version numbers
# when not Rawhide, while live media always showing version numbers.
# in Anaconda, it only looks at the major version, as these needles should
# not change between the major versions.
my $version = lc(get_var('VERSION'));
if ($version eq 'rawhide' && get_var('LIVE')) {
$version = get_var('RAWREL');
}
$version =~ s/\..+$//;
assert_screen "version_${version}_ident";
}

View File

@ -0,0 +1,24 @@
{
"area": [
{
"ypos": 634,
"type": "match",
"height": 14,
"xpos": 706,
"width": 305
},
{
"type": "match",
"width": 105,
"height": 14,
"xpos": 873,
"ypos": 698
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"LANGUAGE-japanese",
"anaconda_install_done"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 777,
"ypos": 12,
"width": 231,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"version_8.4_ident"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,21 @@
{
"area": [
{
"type": "match",
"height": 16,
"xpos": 778,
"ypos": 361,
"click_point": {
"xpos": 17,
"ypos": 1.5
},
"width": 88
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"LANGUAGE-french",
"anaconda_main_hub_network_host_name_not_connected"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"ypos": 257,
"height": 12,
"width": 60,
"xpos": 387,
"type": "match"
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"cockpit_logs_priority_text"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB