From 98d168f3d9b92be3650f0072a18259fd5ffd34d6 Mon Sep 17 00:00:00 2001 From: Fidel Ramos Date: Sat, 3 Feb 2024 20:24:06 +0000 Subject: geeqie.profile: allow Lua interpreter (#6183) Recent versions of geeqie[1] use a Lua interpreter, like the one currently in Arch Linux (2.2). Without this fix it fails with: /usr/bin/geeqie: error while loading shared libraries: liblua.so.5.4: [...] [1] https://www.geeqie.org/ --- etc/profile-a-l/geeqie.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/profile-a-l/geeqie.profile b/etc/profile-a-l/geeqie.profile index 6cd28f25d..beffb28e3 100644 --- a/etc/profile-a-l/geeqie.profile +++ b/etc/profile-a-l/geeqie.profile @@ -10,6 +10,9 @@ noblacklist ${HOME}/.cache/geeqie noblacklist ${HOME}/.config/geeqie noblacklist ${HOME}/.local/share/geeqie +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + # Allow perl (blacklisted by disable-interpreters.inc) include allow-perl.inc -- cgit v1.2.3-70-g09d2