summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/.install-systemd-mate/language/en
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/root/.install-systemd-mate/language/en')
-rwxr-xr-xconfigs/profile/root-image/root/.install-systemd-mate/language/en/install.sh1
-rwxr-xr-xconfigs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh4
2 files changed, 2 insertions, 3 deletions
diff --git a/configs/profile/root-image/root/.install-systemd-mate/language/en/install.sh b/configs/profile/root-image/root/.install-systemd-mate/language/en/install.sh
index 21ba0a1..f373d8b 100755
--- a/configs/profile/root-image/root/.install-systemd-mate/language/en/install.sh
+++ b/configs/profile/root-image/root/.install-systemd-mate/language/en/install.sh
@@ -137,7 +137,6 @@ while [ option != 7 ]; do
#Copy skel in the new system and desktop's background
cp -a /etc/skel/ /mnt/etc/
- cp -a /etc/wallpaper.png /mnt/etc/wallpaper.png
#Uncomment to allow members of group wheel to execute any command
sed -i 's|[#] [%]wheel ALL=[(]ALL[)] ALL|%wheel ALL=(ALL) ALL|' /mnt/etc/sudoers
diff --git a/configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh b/configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh
index 0df85f9..ea6847d 100755
--- a/configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh
+++ b/configs/profile/root-image/root/.install-systemd-mate/language/en/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