From 3836131f3ca7664e07268dc5b0890c58238f0597 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Mon, 9 Aug 2021 08:51:29 +0200 Subject: Fix zim and rednotebook Introduced in 2e4d52ec --- etc/profile-m-z/rednotebook.profile | 4 ++-- etc/profile-m-z/zim.profile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/profile-m-z/rednotebook.profile b/etc/profile-m-z/rednotebook.profile index 7ccd60951..99bdd06ba 100644 --- a/etc/profile-m-z/rednotebook.profile +++ b/etc/profile-m-z/rednotebook.profile @@ -9,8 +9,8 @@ include globals.local noblacklist ${HOME}/.cache/rednotebook noblacklist ${HOME}/.rednotebook -# whitelist python (blacklisted by disable-interpreters.inc) -include whitelist-python3.inc +# Allow python (blacklisted by disable-interpreters.inc) +include allow-python3.inc include disable-common.inc include disable-devel.inc diff --git a/etc/profile-m-z/zim.profile b/etc/profile-m-z/zim.profile index 05975779c..68b34045d 100644 --- a/etc/profile-m-z/zim.profile +++ b/etc/profile-m-z/zim.profile @@ -9,9 +9,9 @@ include globals.local noblacklist ${HOME}/.cache/zim noblacklist ${HOME}/.config/zim -# whitelist python (blacklisted by disable-interpreters.inc) -include whitelist-python2.inc -include whitelist-python3.inc +# Allow python (blacklisted by disable-interpreters.inc) +include allow-python2.inc +include allow-python3.inc blacklist /usr/libexec -- cgit v1.2.3-70-g09d2