aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/profile-a-l/claws-mail.profile3
-rw-r--r--etc/profile-a-l/fractal.profile3
3 files changed, 8 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index a856e81f4..49ca3836f 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -100,6 +100,7 @@ blacklist ${HOME}/.cache/cantata
100blacklist ${HOME}/.cache/champlain 100blacklist ${HOME}/.cache/champlain
101blacklist ${HOME}/.cache/chromium 101blacklist ${HOME}/.cache/chromium
102blacklist ${HOME}/.cache/chromium-dev 102blacklist ${HOME}/.cache/chromium-dev
103blacklist ${HOME}/.cache/claws-mail
103blacklist ${HOME}/.cache/cliqz 104blacklist ${HOME}/.cache/cliqz
104blacklist ${HOME}/.cache/com.github.johnfactotum.Foliate 105blacklist ${HOME}/.cache/com.github.johnfactotum.Foliate
105blacklist ${HOME}/.cache/darktable 106blacklist ${HOME}/.cache/darktable
@@ -950,6 +951,7 @@ blacklist ${HOME}/.local/share/feedreader
950blacklist ${HOME}/.local/share/feral-interactive 951blacklist ${HOME}/.local/share/feral-interactive
951blacklist ${HOME}/.local/share/five-or-more 952blacklist ${HOME}/.local/share/five-or-more
952blacklist ${HOME}/.local/share/fluffychat 953blacklist ${HOME}/.local/share/fluffychat
954blacklist ${HOME}/.local/share/fractal
953blacklist ${HOME}/.local/share/freecol 955blacklist ${HOME}/.local/share/freecol
954blacklist ${HOME}/.local/share/gajim 956blacklist ${HOME}/.local/share/gajim
955blacklist ${HOME}/.local/share/gdfuse 957blacklist ${HOME}/.local/share/gdfuse
diff --git a/etc/profile-a-l/claws-mail.profile b/etc/profile-a-l/claws-mail.profile
index 14497bba9..2d2f0e48d 100644
--- a/etc/profile-a-l/claws-mail.profile
+++ b/etc/profile-a-l/claws-mail.profile
@@ -11,9 +11,12 @@ include globals.local
11# adding the following line to claws-mail.local: 11# adding the following line to claws-mail.local:
12#ignore no3d 12#ignore no3d
13 13
14noblacklist ${HOME}/.cache/claws-mail
14noblacklist ${HOME}/.claws-mail 15noblacklist ${HOME}/.claws-mail
15 16
17mkdir ${HOME}/.cache/claws-mail
16mkdir ${HOME}/.claws-mail 18mkdir ${HOME}/.claws-mail
19whitelist ${HOME}/.cache/claws-mail
17whitelist ${HOME}/.claws-mail 20whitelist ${HOME}/.claws-mail
18 21
19# Add the below lines to your claws-mail.local if you use python-based plugins. 22# Add the below lines to your claws-mail.local if you use python-based plugins.
diff --git a/etc/profile-a-l/fractal.profile b/etc/profile-a-l/fractal.profile
index d35055d43..8ec1f3665 100644
--- a/etc/profile-a-l/fractal.profile
+++ b/etc/profile-a-l/fractal.profile
@@ -7,6 +7,7 @@ include fractal.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/fractal 9noblacklist ${HOME}/.cache/fractal
10noblacklist ${HOME}/.local/share/fractal
10 11
11# Allow python (blacklisted by disable-interpreters.inc) 12# Allow python (blacklisted by disable-interpreters.inc)
12include allow-python2.inc 13include allow-python2.inc
@@ -21,7 +22,9 @@ include disable-shell.inc
21include disable-xdg.inc 22include disable-xdg.inc
22 23
23mkdir ${HOME}/.cache/fractal 24mkdir ${HOME}/.cache/fractal
25mkdir ${HOME}/.local/share/fractal
24whitelist ${HOME}/.cache/fractal 26whitelist ${HOME}/.cache/fractal
27whitelist ${HOME}/.local/share/fractal
25whitelist ${DOWNLOADS} 28whitelist ${DOWNLOADS}
26whitelist /usr/share/fractal 29whitelist /usr/share/fractal
27include whitelist-common.inc 30include whitelist-common.inc