Ok, I have been browsing this forum (and others) looking for a solution to my problem, but I didn't find anything relevant, so maybe someone will be able to help me out. Like the title suggests, I have some issues with the "vicious" module for using widgets in the Awesome Window Manager.
There is a version of that module that have been ported by Richard Kolkovich, and available in his git repo.
The problem is that when I try to replicate the basic widgets in the begginer's tutorial in Awesome's site, I get this error: http://git.sigil.org/vicious-fbsd/
As you can see, the problem stems from the vicious module, but since I am not very familiar with Lua, I don't how to fix it. Does anyone ever experimented similar issues with Awesome?
Thank you,
There is a version of that module that have been ported by Richard Kolkovich, and available in his git repo.
The problem is that when I try to replicate the basic widgets in the begginer's tutorial in Awesome's site, I get this error: http://git.sigil.org/vicious-fbsd/
Code:
W: awesome: luaA_dofunction:108: error while running function
stack traceback:
/home/gwb/.config/awesome/vicious/net.lua:43: in function </home/gwb/.config/awesome/vicious/net.lua:38>
(tail call): ?
/home/gwb/.config/awesome/vicious/init.lua:246: in function 'update'
/home/gwb/.config/awesome/vicious/init.lua:90: in function </home/gwb/.config/awesome/vicious/init.lua:89>
error: /home/gwb/.config/awesome/vicious/net.lua:43: attempt to index local 'f' (a nil value)
W: awesome: luaA_dofunction:108: error while running function
stack traceback:
/home/gwb/.config/awesome/vicious/net.lua:43: in function </home/gwb/.config/awesome/vicious/net.lua:38>
(tail call): ?
/home/gwb/.config/awesome/vicious/init.lua:246: in function 'update'
/home/gwb/.config/awesome/vicious/init.lua:90: in function </home/gwb/.config/awesome/vicious/init.lua:89>
error: /home/gwb/.config/awesome/vicious/net.lua:43: attempt to index local 'f' (a nil value)
W: awesome: luaA_dofunction:108: error while running function
stack traceback:
/home/gwb/.config/awesome/vicious/net.lua:43: in function </home/gwb/.config/awesome/vicious/net.lua:38>
(tail call): ?
/home/gwb/.config/awesome/vicious/init.lua:246: in function 'update'
/home/gwb/.config/awesome/vicious/init.lua:90: in function </home/gwb/.config/awesome/vicious/init.lua:89>
error: /home/gwb/.config/awesome/vicious/net.lua:43: attempt to index local 'f' (a nil value)
W: awesome: luaA_dofunction:108: error while running function
stack traceback:
/home/gwb/.config/awesome/vicious/net.lua:43: in function </home/gwb/.config/awesome/vicious/net.lua:38>
(tail call): ?
/home/gwb/.config/awesome/vicious/init.lua:246: in function 'update'
/home/gwb/.config/awesome/vicious/init.lua:90: in function </home/gwb/.config/awesome/vicious/init.lua:89>
error: /home/gwb/.config/awesome/vicious/net.lua:43: attempt to index local 'f' (a nil value)
^C
waiting for X server to shut down .E: awesome: main:445: cannot open display
As you can see, the problem stems from the vicious module, but since I am not very familiar with Lua, I don't how to fix it. Does anyone ever experimented similar issues with Awesome?
Thank you,