XFCE needs a default background

This commit is contained in:
nazunalika 2021-11-13 15:43:54 -07:00
parent c544e9bca7
commit 1d57465221
Signed by untrusted user who does not match committer: label
GPG Key ID: 6735C0E1BD65D048
3 changed files with 12 additions and 0 deletions

View File

@ -348,6 +348,10 @@ EOF
cat >> /etc/rc.d/init.d/livesys << EOF
mkdir -p /home/liveuser/.config/xfce4
# ugly stuff, this should give us a default background for now
mkdir -p /usr/share/backgrounds/images
ln -s /usr/share/xfce4/backdrops/f32-04-twilight.png \
/usr/share/backgrounds/images/default.png
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
MailReader=sylpheed-claws

View File

@ -19,6 +19,10 @@ EOF
cat >> /etc/rc.d/init.d/livesys << EOF
mkdir -p /home/liveuser/.config/xfce4
# ugly stuff, this should give us a default background for now
mkdir -p /usr/share/backgrounds/images
ln -s /usr/share/xfce4/backdrops/f32-04-twilight.png \
/usr/share/backgrounds/images/default.png
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
MailReader=sylpheed-claws

View File

@ -19,6 +19,10 @@ EOF
cat >> /etc/rc.d/init.d/livesys << EOF
mkdir -p /home/liveuser/.config/xfce4
# ugly stuff, this should give us a default background for now
mkdir -p /usr/share/backgrounds/images
ln -s /usr/share/xfce4/backdrops/f32-04-twilight.png \
/usr/share/backgrounds/images/default.png
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
MailReader=sylpheed-claws