adding message for xfce startup

This commit is contained in:
Tobias Powalowski 2022-05-12 08:12:45 +02:00
parent 4115465c73
commit bd732638e0

View file

@ -81,17 +81,17 @@ fi
# Launch xfce
if [[ "${_L_XFCE}" == "1" ]]; then
if ! [[ -e /usr/bin/startxfce4 ]]; then
echo -e "\033[1mStep 1/5:\033[0m Waiting for gpg pacman keyring import to finish ..."
echo -e "\033[1mStep 1/4:\033[0m Waiting for gpg pacman keyring import to finish ..."
_gpg_check
echo -e "\033[1mStep 2/5:\033[0m Installing XFCE desktop now ..."
echo -e "\033[1mStep 2/4:\033[0m Installing XFCE desktop now ..."
echo " This will need some time ..."
_prepare_xfce >/dev/tty7 2>&1
echo -e "\033[1mStep 3/5:\033[0m Configuring XFCE desktop ..."
echo -e "\033[1mStep 3/4:\033[0m Configuring XFCE desktop ..."
_configure_xfce >/dev/tty7 2>&1
echo -e "\033[1mStep 4/5:\033[0m Starting avahi-daemon ..."
echo -e "\033[1mStep 4/4:\033[0m Starting avahi-daemon ..."
systemctl start avahi-daemon.service
echo -e "\033[1mStep 5/5:\033[0m Launching XFCE logging is done on \033[1m/dev/tty8\033[0m ..."
fi
echo -e "Launching XFCE now, logging is done on \033[1m/dev/tty8\033[0m ..."
startxfce4 >/dev/tty8 2>&1
echo -e "To relaunch XFCE desktop use: \033[92mstartxfce4\033[0m"
fi