Fix KDE background solidification for change to sddm-breeze

There used to be a theme.conf.user file, there isn't any more.
I think this should work both before and after.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-12-05 17:17:42 -08:00
parent fc7affc473
commit c05dfdd120
1 changed files with 3 additions and 1 deletions

View File

@ -188,7 +188,9 @@ sub run {
}
if ($desktop eq "kde") {
# use solid blue background for SDDM
assert_script_run "sed -i -e 's,image,solid,g' /usr/share/sddm/themes/01-breeze-fedora/theme.conf.user";
# theme.conf.user was dropped in 5.90.0-2.fc40, doing
# theme.conf* should work before and after
assert_script_run "sed -i -e 's,image,solid,g' /usr/share/sddm/themes/01-breeze-fedora/theme.conf*";
}
adduser(name => "Jack Sparrow", login => "jack", password => $jackpass);
if ($desktop eq "gnome") {