diff --git a/usr/bin/archboot-launcher.sh b/usr/bin/archboot-launcher.sh index ea0aed10e..53f631e2d 100755 --- a/usr/bin/archboot-launcher.sh +++ b/usr/bin/archboot-launcher.sh @@ -23,6 +23,12 @@ _desktop () { _dialog --title " Desktop Menu " --menu "" 10 40 6 "${_DESKTOP[@]}" 2>"${_ANSWER}" || return 1 [[ -e /.launcher-running ]] && rm /.launcher-running _EXIT=$(cat "${_ANSWER}") + #shellcheck disable=SC2086 + _dialog --title " Internet Browser " --menu "" 9 30 5 \ + "chromium" "Chromium" \ + "firefox" "Firefox" >${_ANSWER} || return 1 + _BROWSER="$(cat ${_BROWSER})" + sed -i -e "s#STANDARD_BROWSER=.*#STANDARD_BROWSER=${_BROWSER}#g" /etc/archboot/defaults source /etc/locale.conf if [[ "${_EXIT}" == "GNOME" ]]; then clear diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index adba9edec..196f5b2ea 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -17,7 +17,7 @@

Archboot Home | Gallery | Donate

2024 Fundraise: 0% 0% 100%

© 2006 - 2024 | Tobias Powalowski | Arch Linux Developer tpowa
-Last update: 12.06.2024 15:26

+Last update: 15.06.2024 15:56