Conky Problem - GNU/Linux

Users browsing this thread: 1 Guest(s)
Infinity
Members
What I get:
[Image: 2Wbnu.jpg]

Output from Terminal after executing "conky"
Code:
sh-4.1$ conky
Conky: /home/william/.conkyrc: 9: no such configuration: 'imlib_cache_size'
Conky: can't parse X color 'ff'
Conky: can't parse X color 'ff'
Conky: can't parse X color 'ff'
Conky: unknown variable image
Conky: desktop window (116) is root window
Conky: window type - override
Conky: drawing to created window (0x1400001)
Conky: drawing to double buffer

My .conkyrc file:
http://pastebin.com/R8YrDPsf
Robby
Long time nixers
Don't know shit about conky really but I imagine your fault is somewhere in this line.

Code:
${alignc}${image ~/.conky/b.png -p 0,0 -s 188x100}

Does conky accept *.png? and have you checked that its the right format and isn't actually a *.jpg or perhaps you are using the wrong perimeters.
Infinity
Members
(28-08-2012, 08:17 PM)Robby Wrote: Don't know shit about conky really but I imagine your fault is somewhere in this line.

Code:
${alignc}${image ~/.conky/b.png -p 0,0 -s 188x100}

Does conky accept *.png? and have you checked that its the right format and isn't actually a *.jpg or perhaps you are using the wrong perimeters.

My file is in ~/.conky/ and it's called b.png. I believe it has something to do with imlib2 even though I already have it installed.
yrmt
Grey Hair Nixers
Did you compile conky with imlib support?
Infinity
Members
(28-08-2012, 09:18 PM)Beastie Wrote: Did you compile conky with imlib support?

I solved the problem, I just compiled conky with LUA support which included imlib2 support in it.