Add warning message for Dconf settings
This commit is contained in:
11
install.sh
11
install.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user