Compare commits
19 Commits
d381631c11
...
f4a75dae30
Author | SHA1 | Date | |
---|---|---|---|
|
f4a75dae30 | ||
|
006c60b236 | ||
|
24a783689c | ||
|
45bc57f727 | ||
|
aba00210f7 | ||
|
6855f7627b | ||
|
235bbaa1b6 | ||
|
f64c41b7b7 | ||
|
c9e79a7225 | ||
|
bd736b4566 | ||
|
b42137a28a | ||
|
eb78e04325 | ||
|
ce00bc94f1 | ||
|
8a54cff407 | ||
|
63ae1774cb | ||
|
d69af30671 | ||
|
a0564f47aa | ||
|
75406ee7f4 | ||
|
977d491e8b |
@ -190,9 +190,20 @@ sub custom_blivet_format_partition {
|
||||
my %args = @_;
|
||||
# Start editing the partition and select the Format option
|
||||
assert_and_click "anaconda_blivet_part_edit";
|
||||
# workaround another case where first click doesn't always work
|
||||
# on Wayland
|
||||
unless (check_screen "anaconda_blivet_part_format", 10) {
|
||||
assert_and_click "anaconda_blivet_part_edit";
|
||||
}
|
||||
assert_and_click "anaconda_blivet_part_format";
|
||||
# Select the appropriate filesystem type.
|
||||
assert_and_click "anaconda_blivet_part_drop_select";
|
||||
unless (check_screen "anaconda_blivet_part_fs_$args{type}", 5) {
|
||||
record_soft_failure "https://bugzilla.redhat.com/show_bug.cgi?id=2324231";
|
||||
for (1 .. 15) {
|
||||
send_key "up";
|
||||
}
|
||||
}
|
||||
assert_and_click "anaconda_blivet_part_fs_$args{type}";
|
||||
wait_still_screen 2;
|
||||
# Fill in the label if needed.
|
||||
|
15
needles/gnome/apps/abrt_runs-20241105.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 17,
|
||||
"xpos": 447,
|
||||
"type": "match",
|
||||
"height": 15,
|
||||
"width": 135
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"abrt_runs"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/abrt_runs-20241105.png
Normal file
After Width: | Height: | Size: 38 KiB |
15
needles/gnome/apps/apps_run_abrt-20241105.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"height": 21,
|
||||
"xpos": 447,
|
||||
"ypos": 46,
|
||||
"width": 133
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_run_abrt"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/apps_run_abrt-20241105.png
Normal file
After Width: | Height: | Size: 26 KiB |
15
needles/gnome/apps/apps_run_abrt-20241106.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 133,
|
||||
"ypos": 46,
|
||||
"type": "match",
|
||||
"height": 21,
|
||||
"xpos": 447
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_run_abrt"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/apps_run_abrt-20241106.png
Normal file
After Width: | Height: | Size: 27 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 168,
|
||||
"type": "match",
|
||||
"height": 44,
|
||||
"xpos": 6,
|
||||
"ypos": 121
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"calc_help_factorial"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/calculator/calc_help_factorial-20241105.png
Normal file
After Width: | Height: | Size: 45 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 125,
|
||||
"height": 41,
|
||||
"type": "match",
|
||||
"xpos": 7,
|
||||
"width": 317
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"calc_help_keyboard"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/calculator/calc_help_keyboard-20241105.png
Normal file
After Width: | Height: | Size: 84 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 106,
|
||||
"ypos": 86,
|
||||
"xpos": 9,
|
||||
"type": "match",
|
||||
"height": 20
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"calc_help_main_view"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/calculator/calc_help_main_view-20241105.png
Normal file
After Width: | Height: | Size: 84 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 6,
|
||||
"height": 25,
|
||||
"ypos": 527,
|
||||
"width": 92
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"calc_help_using_factorial"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 46 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 173,
|
||||
"type": "match",
|
||||
"xpos": 2,
|
||||
"height": 29,
|
||||
"ypos": 276
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"calc_help_using_keyboard"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 96 KiB |
15
needles/gnome/apps/clocks/clocks_help_shown-20241105.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 178,
|
||||
"type": "match",
|
||||
"height": 67,
|
||||
"xpos": 5,
|
||||
"ypos": 87
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"clocks_help_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/clocks/clocks_help_shown-20241105.png
Normal file
After Width: | Height: | Size: 148 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 281,
|
||||
"type": "match",
|
||||
"xpos": 7,
|
||||
"height": 22,
|
||||
"width": 124
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"contacts_help_add_contact"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 123 KiB |
@ -0,0 +1,22 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 184,
|
||||
"ypos": 39,
|
||||
"height": 37,
|
||||
"type": "match",
|
||||
"xpos": 421
|
||||
},
|
||||
{
|
||||
"width": 127,
|
||||
"type": "match",
|
||||
"height": 29,
|
||||
"xpos": 6,
|
||||
"ypos": 169
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"contacts_help_add_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/contacts/contacts_help_add_shown-20241105.png
Normal file
After Width: | Height: | Size: 51 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 408,
|
||||
"height": 21,
|
||||
"type": "match",
|
||||
"xpos": 8,
|
||||
"width": 101
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"contacts_help_edit_contact"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 55 KiB |
@ -0,0 +1,22 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 197,
|
||||
"ypos": 122,
|
||||
"type": "match",
|
||||
"xpos": 7,
|
||||
"height": 41
|
||||
},
|
||||
{
|
||||
"xpos": 441,
|
||||
"type": "match",
|
||||
"height": 40,
|
||||
"ypos": 36,
|
||||
"width": 142
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"contacts_help_edit_shown"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 50 KiB |
@ -0,0 +1,22 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"height": 36,
|
||||
"xpos": 388,
|
||||
"ypos": 38,
|
||||
"width": 247
|
||||
},
|
||||
{
|
||||
"width": 178,
|
||||
"height": 23,
|
||||
"type": "match",
|
||||
"xpos": 104,
|
||||
"ypos": 171
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"contacts_help_first_shown"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 121 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"height": 26,
|
||||
"xpos": 77,
|
||||
"ypos": 216,
|
||||
"width": 168
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"contacts_help_first_time"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 55 KiB |
15
needles/gnome/apps/contacts/contacts_help_home-20241105.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 86,
|
||||
"xpos": 148,
|
||||
"type": "match",
|
||||
"height": 20,
|
||||
"width": 76
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"contacts_help_home"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/contacts/contacts_help_home-20241105.png
Normal file
After Width: | Height: | Size: 49 KiB |
15
needles/gnome/apps/evince/evince_help_shown-20241105.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 371,
|
||||
"xpos": 68,
|
||||
"type": "match",
|
||||
"height": 42,
|
||||
"ypos": 109
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"evince_help_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/evince/evince_help_shown-20241105.png
Normal file
After Width: | Height: | Size: 60 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 135,
|
||||
"ypos": 83,
|
||||
"type": "match",
|
||||
"xpos": 8,
|
||||
"height": 23
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gte_help_bread_main"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 48 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 521,
|
||||
"type": "match",
|
||||
"height": 21,
|
||||
"ypos": 239,
|
||||
"width": 90
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gte_help_files"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/gnome-text-editor/gte_help_files-20241105.png
Normal file
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 125,
|
||||
"type": "match",
|
||||
"height": 43,
|
||||
"xpos": 11,
|
||||
"width": 171
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gte_help_open_file"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 118 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 155,
|
||||
"ypos": 424,
|
||||
"xpos": 10,
|
||||
"type": "match",
|
||||
"height": 21
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gte_help_search"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 32 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 308,
|
||||
"ypos": 125,
|
||||
"type": "match",
|
||||
"xpos": 7,
|
||||
"height": 36
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gte_help_search_replace"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 211 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 372,
|
||||
"type": "match",
|
||||
"height": 32,
|
||||
"xpos": 13,
|
||||
"ypos": 112
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gte_help_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/gnome-text-editor/gte_help_shown-20241105.png
Normal file
After Width: | Height: | Size: 68 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 85,
|
||||
"type": "match",
|
||||
"height": 20,
|
||||
"xpos": 8,
|
||||
"width": 48
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_breadcrumbs_home"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 219 KiB |
@ -0,0 +1,29 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 225,
|
||||
"ypos": 93,
|
||||
"type": "match",
|
||||
"height": 42,
|
||||
"xpos": 11
|
||||
},
|
||||
{
|
||||
"width": 165,
|
||||
"height": 20,
|
||||
"type": "match",
|
||||
"xpos": 84,
|
||||
"ypos": 175
|
||||
},
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 27,
|
||||
"height": 23,
|
||||
"ypos": 377,
|
||||
"width": 146
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_main_screen"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/help_viewer/help_main_screen-20241105.png
Normal file
After Width: | Height: | Size: 59 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 511,
|
||||
"xpos": 27,
|
||||
"type": "match",
|
||||
"height": 30,
|
||||
"width": 163
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_accessibility"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 138 KiB |
@ -0,0 +1,36 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 40,
|
||||
"type": "match",
|
||||
"height": 32,
|
||||
"xpos": 465,
|
||||
"width": 93
|
||||
},
|
||||
{
|
||||
"width": 79,
|
||||
"xpos": 5,
|
||||
"type": "match",
|
||||
"height": 23,
|
||||
"ypos": 369
|
||||
},
|
||||
{
|
||||
"width": 84,
|
||||
"ypos": 453,
|
||||
"height": 22,
|
||||
"type": "match",
|
||||
"xpos": 5
|
||||
},
|
||||
{
|
||||
"height": 22,
|
||||
"type": "match",
|
||||
"xpos": 5,
|
||||
"ypos": 531,
|
||||
"width": 151
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_accessibility"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 77 KiB |
@ -0,0 +1,29 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 100,
|
||||
"xpos": 459,
|
||||
"type": "match",
|
||||
"height": 35,
|
||||
"ypos": 39
|
||||
},
|
||||
{
|
||||
"width": 145,
|
||||
"ypos": 177,
|
||||
"height": 27,
|
||||
"type": "match",
|
||||
"xpos": 518
|
||||
},
|
||||
{
|
||||
"type": "match",
|
||||
"height": 23,
|
||||
"xpos": 8,
|
||||
"ypos": 404,
|
||||
"width": 76
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_desktop"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 215 KiB |
@ -0,0 +1,29 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 161,
|
||||
"type": "match",
|
||||
"xpos": 429,
|
||||
"height": 35,
|
||||
"ypos": 38
|
||||
},
|
||||
{
|
||||
"ypos": 647,
|
||||
"height": 28,
|
||||
"type": "match",
|
||||
"xpos": 6,
|
||||
"width": 104
|
||||
},
|
||||
{
|
||||
"width": 127,
|
||||
"type": "match",
|
||||
"xpos": 518,
|
||||
"height": 24,
|
||||
"ypos": 381
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_files"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 76 KiB |
@ -0,0 +1,36 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 141,
|
||||
"ypos": 37,
|
||||
"type": "match",
|
||||
"xpos": 440,
|
||||
"height": 37
|
||||
},
|
||||
{
|
||||
"width": 70,
|
||||
"ypos": 276,
|
||||
"type": "match",
|
||||
"xpos": 6,
|
||||
"height": 16
|
||||
},
|
||||
{
|
||||
"width": 139,
|
||||
"type": "match",
|
||||
"xpos": 7,
|
||||
"height": 20,
|
||||
"ypos": 582
|
||||
},
|
||||
{
|
||||
"width": 71,
|
||||
"ypos": 170,
|
||||
"type": "match",
|
||||
"height": 21,
|
||||
"xpos": 257
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_hardware"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 248 KiB |
@ -0,0 +1,22 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 106,
|
||||
"type": "match",
|
||||
"height": 41,
|
||||
"xpos": 454,
|
||||
"ypos": 34
|
||||
},
|
||||
{
|
||||
"ypos": 188,
|
||||
"xpos": 10,
|
||||
"type": "match",
|
||||
"height": 24,
|
||||
"width": 132
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_morehelp"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 88 KiB |
@ -0,0 +1,29 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 168,
|
||||
"ypos": 181,
|
||||
"type": "match",
|
||||
"xpos": 9,
|
||||
"height": 22
|
||||
},
|
||||
{
|
||||
"width": 183,
|
||||
"type": "match",
|
||||
"height": 28,
|
||||
"xpos": 421,
|
||||
"ypos": 38
|
||||
},
|
||||
{
|
||||
"width": 103,
|
||||
"type": "match",
|
||||
"xpos": 620,
|
||||
"height": 23,
|
||||
"ypos": 260
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_networking"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 64 KiB |
@ -0,0 +1,29 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 449,
|
||||
"height": 35,
|
||||
"ypos": 37,
|
||||
"width": 125
|
||||
},
|
||||
{
|
||||
"type": "match",
|
||||
"height": 19,
|
||||
"xpos": 102,
|
||||
"ypos": 255,
|
||||
"width": 118
|
||||
},
|
||||
{
|
||||
"width": 100,
|
||||
"height": 18,
|
||||
"type": "match",
|
||||
"xpos": 643,
|
||||
"ypos": 258
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_sound"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 205 KiB |
@ -0,0 +1,29 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 36,
|
||||
"type": "match",
|
||||
"height": 37,
|
||||
"xpos": 455,
|
||||
"width": 108
|
||||
},
|
||||
{
|
||||
"width": 201,
|
||||
"ypos": 245,
|
||||
"type": "match",
|
||||
"height": 21,
|
||||
"xpos": 3
|
||||
},
|
||||
{
|
||||
"width": 107,
|
||||
"type": "match",
|
||||
"xpos": 8,
|
||||
"height": 26,
|
||||
"ypos": 305
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_tipstricks"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 49 KiB |
@ -0,0 +1,29 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 161,
|
||||
"type": "match",
|
||||
"height": 34,
|
||||
"xpos": 432,
|
||||
"ypos": 38
|
||||
},
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 82,
|
||||
"height": 22,
|
||||
"ypos": 377,
|
||||
"width": 101
|
||||
},
|
||||
{
|
||||
"ypos": 560,
|
||||
"height": 23,
|
||||
"type": "match",
|
||||
"xpos": 84,
|
||||
"width": 79
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_content_user"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 123 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 180,
|
||||
"ypos": 408,
|
||||
"xpos": 18,
|
||||
"type": "match",
|
||||
"height": 24
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_desktop"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/help_viewer/help_section_desktop-20241106.png
Normal file
After Width: | Height: | Size: 132 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 496,
|
||||
"xpos": 23,
|
||||
"type": "match",
|
||||
"height": 26,
|
||||
"width": 168
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_files"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/help_viewer/help_section_files-20241106.png
Normal file
After Width: | Height: | Size: 149 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 317,
|
||||
"height": 26,
|
||||
"type": "match",
|
||||
"xpos": 25,
|
||||
"width": 221
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_hardware"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 133 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 643,
|
||||
"height": 30,
|
||||
"type": "match",
|
||||
"xpos": 21,
|
||||
"width": 182
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_morehelp"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 133 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 199,
|
||||
"xpos": 25,
|
||||
"type": "match",
|
||||
"height": 21,
|
||||
"ypos": 206
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_networking"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 56 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 699,
|
||||
"height": 27,
|
||||
"type": "match",
|
||||
"xpos": 27,
|
||||
"width": 198
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_sound"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/help_viewer/help_section_sound-20241106.png
Normal file
After Width: | Height: | Size: 54 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 27,
|
||||
"type": "match",
|
||||
"xpos": 27,
|
||||
"ypos": 544,
|
||||
"width": 158
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_tipstricks"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 133 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 30,
|
||||
"type": "match",
|
||||
"xpos": 26,
|
||||
"ypos": 527,
|
||||
"width": 177
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"help_section_user"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/help_viewer/help_section_user-20241106.png
Normal file
After Width: | Height: | Size: 146 KiB |
15
needles/gnome/apps/loupe/loupe_help_image_view-20241105.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 129,
|
||||
"ypos": 236,
|
||||
"type": "match",
|
||||
"height": 22,
|
||||
"xpos": 519
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"loupe_help_image_view"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/loupe/loupe_help_image_view-20241105.png
Normal file
After Width: | Height: | Size: 53 KiB |
15
needles/gnome/apps/loupe/loupe_help_shown-20241105.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 112,
|
||||
"height": 30,
|
||||
"type": "match",
|
||||
"xpos": 9,
|
||||
"width": 274
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"loupe_help_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/loupe/loupe_help_shown-20241105.png
Normal file
After Width: | Height: | Size: 125 KiB |
15
needles/gnome/apps/loupe/loupe_help_view_shown-20241105.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 5,
|
||||
"height": 44,
|
||||
"ypos": 155,
|
||||
"width": 260
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"loupe_help_view_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/loupe/loupe_help_view_shown-20241105.png
Normal file
After Width: | Height: | Size: 71 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 389,
|
||||
"ypos": 125,
|
||||
"height": 36,
|
||||
"type": "match",
|
||||
"xpos": 9
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_browse_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/nautilus/nautilus_browse_shown-20241105.png
Normal file
After Width: | Height: | Size: 284 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 105,
|
||||
"ypos": 254,
|
||||
"xpos": 8,
|
||||
"type": "match",
|
||||
"height": 24
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_help_browse_files"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 196 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 107,
|
||||
"xpos": 151,
|
||||
"type": "match",
|
||||
"height": 18,
|
||||
"ypos": 524
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_help_search_file"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 284 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 125,
|
||||
"height": 41,
|
||||
"type": "match",
|
||||
"xpos": 8,
|
||||
"width": 358
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_help_shown"
|
||||
]
|
||||
}
|