mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
desktop_printing: drop gedit, F35 is EOL
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5acd4ea80b
commit
0b8d1a58e0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user