From 0b8d1a58e0f45b1f5175c7a45cf25635b2faa7b1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Dec 13 2022 22:34:34 +0000 Subject: desktop_printing: drop gedit, F35 is EOL Signed-off-by: Adam Williamson --- diff --git a/tests/desktop_printing.pm b/tests/desktop_printing.pm index 9312ce3..422d9d4 100644 --- a/tests/desktop_printing.pm +++ b/tests/desktop_printing.pm @@ -38,13 +38,7 @@ sub run { my $desktop = get_var("DESKTOP"); # Set up some variables to make the test compatible with different desktops. # Defaults are for the Gnome desktop. - my $version = get_var("VERSION"); - # FIXME: When we entirely move to version 36 with all the tests - # we will get rid of gedit (which ceased to exist on 36). my $editor = "gnome-text-editor"; - if ($version <= 35 and $version ne "Rawhide") { - $editor = "gedit"; - } my $viewer = "evince"; my $maximize = "super-up"; my $term = "gnome-terminal";