Closed Targuinia closed 6 years ago
I test your conky and test.lua and I have this error: conky: desktop window (260000a) is subwindow of root window (284) conky: window type - desktop conky: drawing to created window (0x5800002) conky: drawing to double buffer Segmentation fault (core dumped)
I solve that by replacing lua_load = '~/.config/conky/test.lua',
with the entire path of test.lua, in my case test.lua is in my repertory and is: lua_load = '/home/dominique/test.lua',
The conky lauch, but there is another error: conky: llua_do_call: function conky_test execution failed: attempt to call a nil value
But I don't know how solve that.
Full path crashes nonetheless. conky: llua_do_call: function conky_test execution failed: attempt to call a nil value
is what you get when the function doesn't exist, AFAIK.
Just one question: why use lua to display words ? It's more easy use directly conky.
This is just a script I quickly took from the wiki for testing purposes
Can you take me the address where you take this script ?
Closing on behalf of I am an idiot and I didn't properly read the rest of the wiki, I hadn't included the things from the first page.
If I try to use Cairo in a .lua file, it immediately crashes.
I am using the conky-lua-nv package from the AUR.
My conky.conf:
and test.lua