When using awesome-git with Lua 5.5, if you're using vicious, you may want this patch to avoid the following error:
error: error loading module 'vicious.helpers' from file '/usr/share/lua/5.5/vicious/helpers.lua':
/usr/share/lua/5.5/vicious/helpers.lua:170: attempt to assign to const variable 'var'
https://github.com/vicious-widgets/vicious/pull/123
You also need a link to the vicious (installed under Lua 5.3).
$ ls -l /usr/share/lua/5.5/vicious
lrwxrwxrwx 1 root root 26 Aug 28 00:00 /usr/share/lua/5.5/vicious -> /usr/share/lua/5.3/vicious
Pinned Comments
actionless commented on 2026-03-24 16:13 (UTC)
you could use
awesome-luajit-gitandluajit-lgi/luajit-lgi-gitbefore situation would become more clear after lua54->55 upgrade in Archi also added there
_BUILD_DOCSenv var there, so it could be built withoutldoctrollixx commented on 2016-12-27 08:30 (UTC)