From daf2664d08282547f1bb42066a29469eb41efd76 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 2 Jun 2024 02:00:23 -0700 Subject: [PATCH] Add notes on dconf not working Signed-off-by: Tommy --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 5f17416..9f97cd1 100644 --- a/install.sh +++ b/install.sh @@ -480,6 +480,8 @@ fi # Setup dconf if [ "${install_mode}" = 'desktop' ]; then + # This doesn't actually take effect atm - need to investigate + mkdir -p /mnt/etc/dconf/db/local.d/locks unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dconf/db/local.d/locks/automount-disable | tee /mnt/etc/dconf/db/local.d/locks/automount-disable