From 39ef880dd2469c0c09510e32535913551d6cbaf2 Mon Sep 17 00:00:00 2001 From: Tad Date: Sat, 22 Dec 2018 21:58:46 -0500 Subject: Merges --- README | 2 ++ etc/bibletime.profile | 3 +++ etc/disable-common.inc | 2 -- etc/emacs.profile | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index 8953fc6fa..64e1bebdb 100644 --- a/README +++ b/README @@ -528,6 +528,8 @@ rusty-snake (https://github.com/rusty-snake) - fixed kdenlive profile - added thunderbird-wayland and supertuxcart profiles - fix bible-time profile + - more blacklists in disable-common.inc + - fixed some missing paths in disable-programs.inc Salvo 'LtWorf' Tomaselli (https://github.com/ltworf) - fixed ktorrent profile sarneaud (https://github.com/sarneaud) diff --git a/etc/bibletime.profile b/etc/bibletime.profile index 79ba735ac..07cb889e4 100644 --- a/etc/bibletime.profile +++ b/etc/bibletime.profile @@ -18,6 +18,9 @@ include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc +mkdir ${HOME}/.bibletime +mkdir ${HOME}/.sword +mkdir ${HOME}/.local/share/bibletime whitelist ${HOME}/.bibletime whitelist ${HOME}/.sword whitelist ${HOME}/.local/share/bibletime diff --git a/etc/disable-common.inc b/etc/disable-common.inc index b333293fd..6a599893e 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -271,8 +271,6 @@ read-only ${HOME}/bin read-only ${HOME}/.bin read-only ${HOME}/.local/bin read-only ${HOME}/.cargo/bin - -# cargo read-only ${HOME}/.cargo/env blacklist ${HOME}/.cargo/registry blacklist ${HOME}/.cargo/config diff --git a/etc/emacs.profile b/etc/emacs.profile index c2057f6fb..06f1a6c53 100644 --- a/etc/emacs.profile +++ b/etc/emacs.profile @@ -8,6 +8,8 @@ include globals.local noblacklist ${HOME}/.emacs noblacklist ${HOME}/.emacs.d +# uncomment the following line if you need gpg +#noblacklist ${HOME}/.gnupg include disable-common.inc include disable-passwdmgr.inc -- cgit v1.2.3-54-g00ecf