Disclaimer: I do not know that much about Lua, so there might be a error on my part. Nonetheless it's interesting and awesomewm requires it.
Recently I installed awesomeWm and it run perfectly. Afterwards I messed a bit around with the rc.lua and broke it. For some reason (I do not know why) I logged then out and then I couldn't log back it. I figured, if I would revert the rc.lua to the default one included in /etc/xdg/awesome/
would work, but for some reason it wouldn't.
Then I tried to start awesome with the "debugging" window as described here. For some reason a lot of packages were missing now and awesome wouldn't even start. I do not know how it worked it the first place... Afterwards I installed libaries including Image and Lgi with luarocks
and I managed to adapt the paths in LUA_PATH
so lua would find the needed libaries.
While this, I found out, I can check if it works by simply starting lua and executing require('lgi')
, but this fails now with the error /home/$user/.luarocks/lib/lua/5.2/lgi/corelgilua51.so:1: unexpected symbol near char(127)
I searched for a solution close to a good day and I am really out of ideas. Any help really needed and appreciated.