1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

Clean up wallpaper needles a bit

The backgrounds we have are F30 backgrounds, not F31: there are
no F31 backgrounds yet, F31 images are using F30 backgrounds
(which is a bug we should file). Also we really only need one
F30 background needle to match both KDE and GNOME if we pick a
sensible area of the screen to use, and let's use one that has
a bit more contrast for safer matching.

Note: F30 background is *meant* to be animated, but in fact
neither GNOME nor KDE seems to use the animated version by
default. Which makes our lives easier! Sucks for whoever put in
the work to animate it, though.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-08-14 13:17:35 -07:00
parent 9dd5465f83
commit d9c45454b2
7 changed files with 13 additions and 59 deletions

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 838,
"ypos": 663,
"width": 163,
"height": 51,
"type": "match"
}
],
"properties": [],
"tags": [
"30_wallpaper"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 KiB

View File

@ -1,15 +1,15 @@
{
"area": [
{
"xpos": 847,
"ypos": 722,
"width": 163,
"height": 38,
"type": "match"
}
],
"properties": [],
"tags": [
"30_wallpaper"
]
"area": [
{
"height": 38,
"type": "match",
"width": 163,
"xpos": 437,
"ypos": 672
}
],
"properties": [],
"tags": [
"30_wallpaper"
]
}

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 838,
"ypos": 663,
"width": 163,
"height": 51,
"type": "match"
}
],
"properties": [],
"tags": [
"31_wallpaper"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 847,
"ypos": 722,
"width": 163,
"height": 38,
"type": "match"
}
],
"properties": [],
"tags": [
"31_wallpaper",
"Rawhide_wallpaper"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 KiB