Add some more fixes for Nautilus.

This commit is contained in:
Lukáš Růžička 2024-02-20 15:58:25 +01:00
parent d656bc45a6
commit 3b4c94bb55
4 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 307,
"ypos": 323,
"width": 53,
"height": 55,
"type": "match"
}
],
"properties": [],
"tags": [
"nautilus_big_icon"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

View File

@ -31,6 +31,9 @@ sub run {
assert_screen 'apps_run_files';
wait_still_screen("2");
# Check that the icons are shown
assert_screen("nautilus_big_icon");
# Fullsize the Nautilus window.
wait_screen_change { send_key("super-up"); };

View File

@ -12,11 +12,11 @@ sub toggle_hidden {
assert_and_click("gnome_burger_menu");
wait_still_screen(2);
assert_and_click("nautilus_toggle_hidden_files", timeout => '30', button => 'left', mousehide => '1');
wait_still_screen(5);
sleep(10);
}
else {
send_key("ctrl-h");
wait_still_screen(5);
sleep(10);
}
}