From 62bd606bdadf9de4ba58d8198d29e20c3d190fe5 Mon Sep 17 00:00:00 2001 From: Neo00001 <40570803+Neo00001@users.noreply.github.com> Date: Sun, 25 Oct 2020 21:18:46 +0000 Subject: Update celluloid.profile liblua is needed for celluloid & otherwise at least on arch it's showing this error - "celluloid: error while loading shared libraries: liblua5.2.so.5.2: cannot open shared object file: Permission denied" --- etc/profile-a-l/celluloid.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-a-l/celluloid.profile b/etc/profile-a-l/celluloid.profile index 888367899..834f827f0 100644 --- a/etc/profile-a-l/celluloid.profile +++ b/etc/profile-a-l/celluloid.profile @@ -9,6 +9,7 @@ include globals.local noblacklist ${HOME}/.config/celluloid noblacklist ${HOME}/.config/gnome-mpv noblacklist ${HOME}/.config/youtube-dl +noblacklist /usr/lib/liblua* # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc -- cgit v1.2.3-54-g00ecf From fb6b7d4361f7b8a6edae6d4dbc7d1fea268b695e Mon Sep 17 00:00:00 2001 From: Neo00001 <40570803+Neo00001@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:06:05 +0000 Subject: Update celluloid.profile --- etc/profile-a-l/celluloid.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/profile-a-l/celluloid.profile b/etc/profile-a-l/celluloid.profile index 834f827f0..8bf086ab4 100644 --- a/etc/profile-a-l/celluloid.profile +++ b/etc/profile-a-l/celluloid.profile @@ -9,12 +9,14 @@ include globals.local noblacklist ${HOME}/.config/celluloid noblacklist ${HOME}/.config/gnome-mpv noblacklist ${HOME}/.config/youtube-dl -noblacklist /usr/lib/liblua* # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc include allow-python3.inc +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc -- cgit v1.2.3-54-g00ecf