mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
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:
parent
fc7affc473
commit
c05dfdd120
@ -188,7 +188,9 @@ sub run {
|
|||||||
}
|
}
|
||||||
if ($desktop eq "kde") {
|
if ($desktop eq "kde") {
|
||||||
# use solid blue background for SDDM
|
# 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);
|
adduser(name => "Jack Sparrow", login => "jack", password => $jackpass);
|
||||||
if ($desktop eq "gnome") {
|
if ($desktop eq "gnome") {
|
||||||
|
Loading…
Reference in New Issue
Block a user