Hello, list.
I have problems with adding module blingbling into my rc.lua.
1) What I have?
Ubuntu 12.04
Awesome v3.4.11 (Pickapart)
• Build: Apr 2 2012 16:22:31 for i686 by gcc version 4.6.3
(buildd@molybdenum)
• D-Bus support: ✔
2) What I did?
I had install oocairo via
sudo apt-get install oocairo*
I had get blingbling via
cd ~/.config/awesome
git clone git://github.com/cedlemo/blingbling.git
3) What's result?
I add "require("blingbling")" into my rc.lua, and after restart awesome
get work on default config. Also I tried to add "local blingbling =
require("blingbling")" result is similar.
Where is my mistake?
Best regards, Denis.