From e30fb2bb37473217cf9250e037b30de5fa4b98ea Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Fri, 27 Nov 2015 17:03:45 +1000 Subject: [PATCH] Use fillscreen instead of fullscreen when setting installer background --- calamares-install-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calamares-install-setup b/calamares-install-setup index 7478280..e7a64a3 100644 --- a/calamares-install-setup +++ b/calamares-install-setup @@ -26,7 +26,7 @@ sleep 1 if [ "$(pidof openbox)" ]; then # setup background if [ -e /usr/share/mdk/backgrounds/default.jpg ] && [ -f /usr/bin/xli ]; then - /usr/bin/xli -onroot -fullscreen /usr/share/mdk/backgrounds/default.jpg & + /usr/bin/xli -onroot -fillscreen /usr/share/mdk/backgrounds/default.jpg & fi /usr/bin/calamares