Add variant needles for current Flatpak open/save dialogs

The open/save dialogs for Flatpak apps in current F36 (and
probably Rawhide, but can't tell due to another bug) look a bit
odd: https://github.com/fedora-silverblue/issue-tracker/issues/245
This adds variant needles to handle various differences there.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-03-17 13:23:35 -07:00
parent 19b3bb865f
commit 47e90c9010
8 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 89,
"type": "match",
"width": 15,
"ypos": 328,
"height": 20
}
],
"properties": [],
"tags": [
"evince_documents"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 271,
"height": 16,
"ypos": 319,
"width": 68,
"type": "match"
}
],
"properties": [],
"tags": [
"evince_file_select_pdf"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 16,
"ypos": 206,
"width": 42,
"type": "match",
"xpos": 886
}
],
"properties": [],
"tags": [
"gnome_button_open"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"width": 40,
"ypos": 227,
"height": 20,
"xpos": 891
}
],
"properties": [],
"tags": [
"gnome_button_save_blue"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB