summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-05-07 07:42:50 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 19:15:48 -0400
commit140249432ea86964b5ffe0748efc6cb80ea72ed5 (patch)
tree969d92edc6ecc382462c0c15adcaf0b4f08458aa /configs/profile/root-image/root
parent2fd170cbbcb62aceee822927d511e04a1f284165 (diff)
adapt welcome news params to parabola-laf changes
Diffstat (limited to 'configs/profile/root-image/root')
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 6717d86..0c9d5c1 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -74,9 +74,10 @@ else # configure GUI login session and live user
fi
# configure desktop environment
+ sed -i "s|/news-*|/news-* ~/welcome.txt|" /home/${LIVE_USER}/.config/autostart/autostart.sh
sed -i "s|_EDITION_TITLE_|${PRETTY_NAME}|" /home/${LIVE_USER}/.config/autostart/autostart.sh
- sed -i "s|--question|--info|" /home/${LIVE_USER}/.config/autostart/autostart.sh
- sed -i "s|--cancel-label=.*|\&|" /home/${LIVE_USER}/.config/autostart/autostart.sh
+ sed -i "s|,Don't show this again:0||" /home/${LIVE_USER}/.config/autostart/autostart.sh
+ sed -i "s|620x460|620x520|" /home/${LIVE_USER}/.config/autostart/autostart.sh
sed -i "s|/issue-tracker/|/isos/|" /home/${LIVE_USER}/Desktop/bug-tracker.desktop
if [[ "${iso_gui}" == 'lxde' ]]
then rm -f /etc/xdg/autostart/octopi-notifier.desktop 2> /dev/null