From 5e9d927b61fa3674cfd874f9520077648df88d1f Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 7 May 2019 04:28:32 -0400 Subject: set parabola-laf wallpaper in CLI installers --- .../root-image/root/.install-systemd-mate/language/es/userAccount.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/profile/root-image/root/.install-systemd-mate/language/es/userAccount.sh') diff --git a/configs/profile/root-image/root/.install-systemd-mate/language/es/userAccount.sh b/configs/profile/root-image/root/.install-systemd-mate/language/es/userAccount.sh index 1ab3585..b63d5be 100755 --- a/configs/profile/root-image/root/.install-systemd-mate/language/es/userAccount.sh +++ b/configs/profile/root-image/root/.install-systemd-mate/language/es/userAccount.sh @@ -27,8 +27,8 @@ if [ -x /usr/bin/gsettings ]; then gsettings set org.mate.peripherals-mouse cursor-size '18' gsettings set org.mate.peripherals-mouse cursor-theme 'mate' fi \ - if [ -f /etc/wallpaper.png ]; then - gsettings set org.mate.background picture-filename '/etc/wallpaper.png' + if [ -f /usr/share/backgrounds/parabola-laf/parabola-laf.png ]; then + gsettings set org.mate.background picture-filename '/usr/share/backgrounds/parabola-laf/parabola-laf.png' fi fi -- cgit v1.2.2