1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Make sure dconf dir exists

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-22 04:33:36 -07:00 committed by GitHub
parent 5495f8dfcb
commit fa1f436d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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