Revert "Restart Fonts on Silverblue (bug)"

This reverts commit 5ae9926225.
Unfortunately, the fix did not work on Staging, and some
other precaution will have to be made.
This commit is contained in:
Lukas Ruzicka 2024-02-22 17:01:51 +01:00
parent 5ae9926225
commit 1cd5455eae
1 changed files with 1 additions and 8 deletions

View File

@ -13,14 +13,7 @@ sub run {
# Start the application # Start the application
menu_launch_type("fonts"); menu_launch_type("fonts");
# BUG https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/issues/78 # Check that is started
# 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");
}
assert_screen 'apps_run_fonts'; assert_screen 'apps_run_fonts';
# Fullsize the window. # Fullsize the window.