summaryrefslogtreecommitdiff
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>2019-10-19 14:00:25 -0400
commite40ddea3b44f4f6ba0370baabc01dd820e7a7124 (patch)
treeaa8aac4f1dbde87f080886b5472e1ab46a8cfe7a
parent90ed7bbaa8ace6583bc853ee1f58de9325d510ce (diff)
adapt welcome news params to parabola-laf changes
-rwxr-xr-xconfigs/profile/airootfs/root/customize_airootfs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/profile/airootfs/root/customize_airootfs.sh b/configs/profile/airootfs/root/customize_airootfs.sh
index 2826514..f38858e 100755
--- a/configs/profile/airootfs/root/customize_airootfs.sh
+++ b/configs/profile/airootfs/root/customize_airootfs.sh
@@ -84,8 +84,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