From 7f559fac96270eb7df59911c8d1c7c21366d9286 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Wed, 13 Sep 2023 14:19:22 +0200 Subject: [PATCH] Run dconf only if it exists --- .config/shell/utils.d/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/shell/utils.d/update.sh b/.config/shell/utils.d/update.sh index 370372c..9022230 100644 --- a/.config/shell/utils.d/update.sh +++ b/.config/shell/utils.d/update.sh @@ -134,6 +134,8 @@ _update_python() { restore-gnome() { + _command_exists dconf || return + for file in $HOME/.config/gnome-settings/*.ini; do dconf load / < $file done