From 0fa9ac2715ec4733df1f42c7cc48b324cbfb6725 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 12 Jun 2025 17:24:28 +0100 Subject: [PATCH] Add warning message for Dconf settings --- install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install.sh b/install.sh index a5ad9f82..e11bc0a2 100755 --- a/install.sh +++ b/install.sh @@ -243,4 +243,15 @@ case "$XDG_CURRENT_DESKTOP" in echo "${RED}Error loading Dconf settings.${NC}" 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