Add warning message for Dconf settings

This commit is contained in:
2025-06-12 17:24:28 +01:00
parent 3925bc97c3
commit 0fa9ac2715

View File

@@ -243,4 +243,15 @@ case "$XDG_CURRENT_DESKTOP" in
echo "${RED}Error loading Dconf settings.${NC}" echo "${RED}Error loading Dconf settings.${NC}"
fi fi
;; ;;
*)
echo
echo
echo "${RED}!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!${NC}"
echo
echo "${CYAN}Dconf settings and GNOME extensions can only be installed after restarting."
echo "${CYAN}Please run the script again from within GNOME (with the reload option).${NC}"
echo
echo "${RED}!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!${NC}"
echo
;;
esac esac