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: Output from Terminal after executing "conky" 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. 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. |