From 1cd5455eaecaf36547ef864e460fb7416f11d65f Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 22 Feb 2024 17:01:51 +0100 Subject: [PATCH] Revert "Restart Fonts on Silverblue (bug)" This reverts commit 5ae992622574d904d568a4a39758096048c5d062. Unfortunately, the fix did not work on Staging, and some other precaution will have to be made. --- tests/applications/fonts/aaa_setup.pm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/applications/fonts/aaa_setup.pm b/tests/applications/fonts/aaa_setup.pm index 9297c11d..28478495 100644 --- a/tests/applications/fonts/aaa_setup.pm +++ b/tests/applications/fonts/aaa_setup.pm @@ -13,14 +13,7 @@ sub run { # Start the application menu_launch_type("fonts"); - # BUG https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/issues/78 - # Flatpakked Fonts (version 45.0) starts and crashes for the first time, - # therefore on Silverblue, let's check first and - # if it crashes, try to run the application again before dying. - # Check that the application is running on Silverblue - if (get_var("SUBVARIANT" eq "Silverblue") && ! (check_screen('apps_run_fonts', timeout => 30))) { - menu_launch_type("fonts"); - } + # Check that is started assert_screen 'apps_run_fonts'; # Fullsize the window.