From fa1f436d5a18590705b907ecd9efd167c714a042 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 22 Jun 2023 04:33:36 -0700 Subject: [PATCH] Make sure dconf dir exists Signed-off-by: Tommy --- Ubuntu-22.04-Desktop.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ubuntu-22.04-Desktop.sh b/Ubuntu-22.04-Desktop.sh index 4d2d2d1..cb42c24 100644 --- a/Ubuntu-22.04-Desktop.sh +++ b/Ubuntu-22.04-Desktop.sh @@ -47,6 +47,9 @@ sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chron sudo systemctl restart chronyd # Disable automount + +sudo mkdir -p /etc/dconf/db/local.d/locks/ + echo '[org/gnome/desktop/media-handling] automount=false automount-open=false' | sudo tee /etc/dconf/db/local.d/automount-disable