Adjust apps_startstop tests for GNOME 48 changes
GNOME 48 adds a new System folder alongside Utilities, and moves things around a bit. Signed-off-by: Adam Williamson <awilliam@redhat.com>
15
needles/gnome/apps/apps_menu_calculator-20250318.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"ypos": 678,
|
||||||
|
"xpos": 612,
|
||||||
|
"type": "match",
|
||||||
|
"width": 40,
|
||||||
|
"height": 56
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"apps_menu_calculator"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/apps_menu_calculator-20250318.png
Normal file
After Width: | Height: | Size: 77 KiB |
15
needles/gnome/apps/apps_menu_chars-20250318.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"width": 26,
|
||||||
|
"height": 26,
|
||||||
|
"xpos": 348,
|
||||||
|
"ypos": 408,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"apps_menu_chars"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/apps_menu_chars-20250318.png
Normal file
After Width: | Height: | Size: 45 KiB |
15
needles/gnome/apps/apps_menu_monitor-20250318.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"ypos": 399,
|
||||||
|
"xpos": 469,
|
||||||
|
"type": "match",
|
||||||
|
"width": 85,
|
||||||
|
"height": 64
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"apps_menu_monitor"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/apps_menu_monitor-20250318.png
Normal file
After Width: | Height: | Size: 64 KiB |
15
needles/gnome/apps/apps_menu_system-20250318.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 548,
|
||||||
|
"ypos": 408,
|
||||||
|
"width": 27,
|
||||||
|
"height": 28,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"apps_menu_system"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/apps_menu_system-20250318.png
Normal file
After Width: | Height: | Size: 45 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"width": 33,
|
||||||
|
"height": 32,
|
||||||
|
"ypos": 405,
|
||||||
|
"xpos": 445,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"apps_menu_utilities"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/apps_menu_utilities-highlighted-20250318.png
Normal file
After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 682 KiB After Width: | Height: | Size: 682 KiB |
16
needles/gnome/apps/apps_run_monitor-20250318.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"height": 19,
|
||||||
|
"width": 70,
|
||||||
|
"type": "match",
|
||||||
|
"xpos": 487,
|
||||||
|
"ypos": 53
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"apps_run_monitor",
|
||||||
|
"apps_run_systemmonitor"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/apps_run_monitor-20250318.png
Normal file
After Width: | Height: | Size: 54 KiB |
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('apps_menu_chars', 'apps_menu_utilities');
|
start_with_launcher('apps_menu_chars');
|
||||||
# Check that is started
|
# Check that is started
|
||||||
assert_screen 'apps_run_chars';
|
assert_screen 'apps_run_chars';
|
||||||
# Register application
|
# Register application
|
||||||
|
@ -8,7 +8,7 @@ use utils;
|
|||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('apps_menu_disks', 'apps_menu_utilities');
|
start_with_launcher('apps_menu_disks', 'apps_menu_system');
|
||||||
# Check that is started
|
# Check that is started
|
||||||
assert_screen 'apps_run_disks';
|
assert_screen 'apps_run_disks';
|
||||||
# Register application
|
# Register application
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('apps_menu_diskusage', 'apps_menu_utilities');
|
start_with_launcher('apps_menu_diskusage', 'apps_menu_system');
|
||||||
# Check that is started
|
# Check that is started
|
||||||
assert_screen 'apps_run_diskusage';
|
assert_screen 'apps_run_diskusage';
|
||||||
# Register application
|
# Register application
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('apps_menu_logs', 'apps_menu_utilities');
|
start_with_launcher('apps_menu_logs', 'apps_menu_system');
|
||||||
# Check that is started
|
# Check that is started
|
||||||
assert_screen 'apps_run_logs';
|
assert_screen 'apps_run_logs';
|
||||||
# Register application
|
# Register application
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('apps_menu_monitor');
|
start_with_launcher('apps_menu_monitor', 'apps_menu_system');
|
||||||
# Check that is started
|
# Check that is started
|
||||||
assert_screen 'apps_run_monitor';
|
assert_screen 'apps_run_monitor';
|
||||||
# Register application
|
# Register application
|
||||||
|