From 205575a96ace279000edb71b557a49dae9bfd29f Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 7 May 2019 07:42:50 -0400 Subject: adapt welcome news params to parabola-laf changes --- configs/profile/root-image/root/customize_root_image.sh | 4 ++-- 1 file changed, 2 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 cbcf868..414c9b3 100755 --- a/configs/profile/root-image/root/customize_root_image.sh +++ b/configs/profile/root-image/root/customize_root_image.sh @@ -75,8 +75,8 @@ else # configure GUI login session and live user # configure desktop environment 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 -- cgit v1.2.2