nixers
Conky Problem - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Operating Systems & Administration (https://nixers.net/Forum-Operating-Systems-Administration)
+--- Forum: GNU/Linux (https://nixers.net/Forum-GNU-Linux)
+--- Thread: Conky Problem (/Thread-Conky-Problem)


Conky Problem - Infinity - 28-08-2012

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


RE: Conky Problem - Robby - 28-08-2012

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.


RE: Conky Problem - Infinity - 28-08-2012

(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.


RE: Conky Problem - yrmt - 28-08-2012

Did you compile conky with imlib support?


RE: Conky Problem - Infinity - 29-08-2012

(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.