From 140249432ea86964b5ffe0748efc6cb80ea72ed5 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/etc/skel/welcome.txt | 12 ------------ configs/profile/root-image/root/customize_root_image.sh | 5 +++-- .../profile/root-image/usr/share/parabola-laf/news/news-0 | 9 +++++++++ 3 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 configs/profile/root-image/etc/skel/welcome.txt create mode 100644 configs/profile/root-image/usr/share/parabola-laf/news/news-0 (limited to 'configs/profile/root-image') diff --git a/configs/profile/root-image/etc/skel/welcome.txt b/configs/profile/root-image/etc/skel/welcome.txt deleted file mode 100644 index b4ad57c..0000000 --- a/configs/profile/root-image/etc/skel/welcome.txt +++ /dev/null @@ -1,12 +0,0 @@ -This is a beta preview release featuring the calamares graphical installer (the "Install Parabola" desktop shortcut). As such, there may be some quirks with the appearance or behavior; but most normal functionality is expected to work properly. Please report any bugs that you may find to the Parabola "Installation Media" bug tracker (the "Report a Bug" desktop shortcut). If you are connected to the internet and have any other questions or comments, feel free to join the Parabola support chat (the "Parabola IRC Channel" desktop shortcut). - -This LiveISO is running the LXDE desktop environment that is as close as possible of an experience to a fully installed Parabola Operating System. The installed system will look much the same and have mostly all of the same programs installed. - -Standard installation requires 9GB of disk space and 1GB RAM (or swap space). Installation from the 'netinstall' ISOs requires an active connection to the internet; whereas the 'complete' ISOs contain everything necessary to install Parabola offline. The title of this window indicates the distinction. - -For computers with less than 1GB RAM, the command-line ~/install-openrc-lxde.sh and ~/install-systemd-mate.sh scripts are provided; which can install either a minimal command-line system or a full graphical system. - - -Caveats and Known Issues: - - The taskbar clock is set to UTC time. 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 diff --git a/configs/profile/root-image/usr/share/parabola-laf/news/news-0 b/configs/profile/root-image/usr/share/parabola-laf/news/news-0 new file mode 100644 index 0000000..1039c82 --- /dev/null +++ b/configs/profile/root-image/usr/share/parabola-laf/news/news-0 @@ -0,0 +1,9 @@ +This LiveISO is running the LXDE desktop environment that is as close as possible of an experience to a fully installed Parabola Operating System in its default configuration. Many other desktop environments are available after install. Use the "Install Parabola" desktop shortcut to begin the install. + +Standard installation requires 9GB of disk space and 1GB RAM (or RAM plus swap space). Installation from the 'netinstall' ISOs requires an active connection to the internet; whereas the 'complete' ISOs contain everything necessary to install Parabola offline. The title of this window indicates the distinction. + +For computers with less than 1GB RAM, the command-line ~/install-openrc-lxde.sh and ~/install-systemd-mate.sh scripts are provided; either of which can be used to install either a minimal command-line system or a full graphical system. + +This is a beta preview release featuring the calamares graphical installer. As such, there may be some quirks with the appearance or behavior; but most normal functionality is expected to work properly. + +Please report any bugs that you may find to the Parabola "Installation Media" bug tracker using the "Report a Bug" desktop shortcut. If you have any other questions or comments, feel free to join the Parabola support chat using the "Parabola IRC Channel" desktop shortcut. -- cgit v1.2.2