mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-01 05:54:22 +00:00
4be9ce3e88
In several places we run 'gnome-terminal' explicitly, but as of today's compose, the default terminal app on GNOME in Rawhide is ptyxis, not gnome-terminal. Running 'terminal' should launch whichever is correct, so let's consistently do that. Also, add an apps_run_terminal needle and navigation navbar needle for ptyxis. Signed-off-by: Adam Williamson <awilliam@redhat.com>
22 lines
324 B
JSON
22 lines
324 B
JSON
{
|
|
"area": [
|
|
{
|
|
"width": 25,
|
|
"xpos": 280,
|
|
"type": "match",
|
|
"ypos": 168,
|
|
"height": 21
|
|
},
|
|
{
|
|
"ypos": 125,
|
|
"xpos": 192,
|
|
"width": 25,
|
|
"type": "match",
|
|
"height": 20
|
|
}
|
|
],
|
|
"properties": [],
|
|
"tags": [
|
|
"apps_run_terminal"
|
|
]
|
|
} |