PDA

View Full Version : [ubuntu] [SOLVED] conky not working


jimi_hendrix
July 23rd, 2008, 04:19 PM
hi

i installed conky yet i cannot find it in any of the catagories in my applications

any advise?

easybake
July 23rd, 2008, 04:31 PM
hi

i installed conky yet i cannot find it in any of the catagories in my applications

any advise?

Just type Conky into terminal.

If you just downloaded it you will probably want to copy someones conkyrc from Here (http://ubuntuforums.org/showthread.php?t=281865)

In terminal type gedit .conkyrc To edit the default conkyrc.

jimi_hendrix
July 23rd, 2008, 04:34 PM
Conky: missing text block in configuration; exiting


i get that

easybake
July 23rd, 2008, 05:05 PM
Conky: missing text block in configuration; exiting


i get that

You're probably just missing the conkyrc file and it doesn't have any info to read from. Pick one up from that forum link I provided. Then in terminal type gedit .conkyrc paste the conkyrc you found. Then type in terminalconky it sould work.

If it still doesn't work, re-install it in terminal.

sudo apt-get remove --purge conky
sudo apt-get install conky

jimi_hendrix
July 23rd, 2008, 05:16 PM
ok