summaryrefslogtreecommitdiffstats
path: root/etc/gajim.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/gajim.profile')
-rw-r--r--etc/gajim.profile7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/gajim.profile b/etc/gajim.profile
index 3dd66dc23..bdb40d7e1 100644
--- a/etc/gajim.profile
+++ b/etc/gajim.profile
@@ -10,10 +10,13 @@ noblacklist ${HOME}/.cache/gajim
10noblacklist ${HOME}/.config/gajim 10noblacklist ${HOME}/.config/gajim
11noblacklist ${HOME}/.local/share/gajim 11noblacklist ${HOME}/.local/share/gajim
12 12
13# Allow Python (blacklisted by disable-interpreters.inc) 13# Allow python (blacklisted by disable-interpreters.inc)
14#noblacklist ${PATH}/python2*
14noblacklist ${PATH}/python3* 15noblacklist ${PATH}/python3*
16#noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3* 17noblacklist /usr/lib/python3*
16noblacklist /usr/lib64/python3* 18#noblacklist /usr/local/lib/python2*
19noblacklist /usr/local/lib/python3*
17 20
18include disable-common.inc 21include disable-common.inc
19include disable-devel.inc 22include disable-devel.inc