mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Make sure dconf dir exists
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
5495f8dfcb
commit
fa1f436d5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user