From cdd7ae2d2957a435b97c0bdfd17206f6f61a43c5 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 21 Feb 2016 08:27:05 -0500 Subject: moved .config/dconf handling from epiphany and polari profiles into whitelist-common.inc --- etc/epiphany.profile | 2 -- etc/polari.profile | 3 --- etc/whitelist-common.inc | 5 +++++ 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/epiphany.profile b/etc/epiphany.profile index b9469d927..c7031da71 100644 --- a/etc/epiphany.profile +++ b/etc/epiphany.profile @@ -12,8 +12,6 @@ whitelist ${HOME}/.local/share/epiphany mkdir ${HOME}/.config mkdir ${HOME}/.config/epiphany whitelist ${HOME}/.config/epiphany -mkdir ${HOME}/.config/dconf -whitelist ${HOME}/.config/dconf mkdir ${HOME}/.cache mkdir ${HOME}/.cache/epiphany whitelist ${HOME}/.cache/epiphany diff --git a/etc/polari.profile b/etc/polari.profile index c0266fed8..389ce3d12 100644 --- a/etc/polari.profile +++ b/etc/polari.profile @@ -13,9 +13,6 @@ whitelist ${HOME}/.local/share/telepathy mkdir ${HOME}/.local/share/TpLogger whitelist ${HOME}/.local/share/TpLogger mkdir ${HOME}/.config -mkdir ${HOME}/.config/dconf -whitelist ${HOME}/.config/dconf -mkdir ${HOME}/.config mkdir ${HOME}/.config/telepathy-account-widgets whitelist ${HOME}/.config/telepathy-account-widgets mkdir ${HOME}/.cache diff --git a/etc/whitelist-common.inc b/etc/whitelist-common.inc index 5a96c7fc4..54e549e1a 100644 --- a/etc/whitelist-common.inc +++ b/etc/whitelist-common.inc @@ -20,3 +20,8 @@ whitelist ~/.gtkrc whitelist ~/.gtkrc-2.0 whitelist ~/.config/gtk-3.0 whitelist ~/.themes + +# dconf +mkdir ~/.config +mkdir ~/.config/dconf +whitelist ~/.config/dconf -- cgit v1.2.3-54-g00ecf