jpr928 wrote:Hi! my name is Jean-Pierre, I have a question, is lua difference between LM 12 and LMDE , because the same conky-lua is not working in LM 12
but work on LMDE.
The shell response on every symbol '=' is :
- Code: Select all
conky -c /home/bushi12/.conky/scripts/conkyrcConky: llua_load: /home/bushi12/.conky/scripts/clock_rings.lua:262: unexpected symbol near '='
Conky: desktop window (1000024) is subwindow of root window (18e)
Conky: window type - override
Conky: drawing to created window (0x2a00001)
Conky: drawing to double buffer
Conky: llua_do_call: function conky_clock_rings execution failed: attempt to call a nil value
Conky: llua_do_call: function conky_clock_rings execution failed: attempt to call a nil value
but the symbol '=' is important :
- Code: Select all
clock_x=190
clock_y=297
show_seconds=true
require 'cairo'
function rgb_to_r_g_b(colour,alpha)
return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
end
Somebody know this problem and how to fix it ?
Thanks
My conky setup that worked in LMDE doesn't work in Mint 12 either. Anyone has a solution?






















