This commit is contained in:
Tobias Powalowski 2022-05-06 10:45:44 +02:00
parent a9d6b17b86
commit 2d5a13e181

View file

@ -270,7 +270,7 @@ _launch_xfce() {
sed -i -e 's:#C.UTF-8 UTF-8:C.UTF-8 UTF-8:g' "${1}/etc/locale.gen" sed -i -e 's:#C.UTF-8 UTF-8:C.UTF-8 UTF-8:g' "${1}/etc/locale.gen"
locale-gen locale-gen
# replace appfinder with archboot setup # replace appfinder with archboot setup
sed -i -e 's#xfce4-appfinder#archboot#g' /etc/xdg/xfc4/panel/default.xml sed -i -e 's#xfce4-appfinder#archboot#g' /etc/xdg/xfce4/panel/default.xml
echo "Fix chromium startup ..." echo "Fix chromium startup ..."
# fix chromium startup # fix chromium startup
cat << EOF >/etc/chromium-flags.conf cat << EOF >/etc/chromium-flags.conf