From dfd81299597fa164e5d5da950321d59d3a7350a0 Mon Sep 17 00:00:00 2001 From: Dan Čermák Date: Nov 04 2020 23:18:10 +0000 Subject: Don't scale the background for the live image feh --bg-scale adjusts the desktop background, but that confuses openqa as it can no longer find the desktop background. Instead we use --bg-fill which does not rescale the image --- diff --git a/flat-i3.ks b/flat-i3.ks index 7d38efc..989efd0 100644 --- a/flat-i3.ks +++ b/flat-i3.ks @@ -369,7 +369,7 @@ chown -R liveuser:liveuser /home/liveuser restorecon -R /home/liveuser # setting the wallpaper -echo "/usr/bin/feh --bg-scale /usr/share/backgrounds/default.png" >> /home/liveuser/.profile +echo "/usr/bin/feh --bg-fill /usr/share/backgrounds/default.png" >> /home/liveuser/.profile # echoing type liveinst to start the installer echo "echo 'Please type liveinst and press Enter to start the installer'" >> /home/liveuser/.bashrc