use base "installedtest"; use strict; use testapi; use utils; # This sets the KDE desktop background to plain black, to avoid # needle match problems caused by transparency. sub run { my $self = shift; solidify_wallpaper; } sub test_flags { return {fatal => 1, milestone => 1}; } 1; # vim: set sw=4 et: