Ubuntu Hardy Heron – Conky 1.6.1
update: also works on Intrepid Ibex!
Step by step howto install Conky 1.6.1 on Ubuntu Hardy Heron.
Conky is a system monitor for X originally based on the torsmo code. Since its original conception, Conky has changed a fair bit from its predecessor. Conky can display just about anything, either on your root desktop or in its own window. Conky has many built-in objects, as well as the ability to execute programs and scripts, then display the output from stdout.
For more information about conky, visit http://conky.sourceforge.net/
Currently in the Hardy repository there is version 1.5.1 available. However, this version does have some issues and there are a lot of fixes between 1.5.1 and 1.6.1.
So I decided to install the latest version from source. Lateron I will describe howto create an deb file from source.
For now you need to install some prerequisite software:
-
</pre>
-
Download the latest source from the conky website. Untar it and go into source directory. If you want wlan support for using the variables wireless_* then make sure that you enable it like so.
-
<pre lang="enc__bash">./configure –enable-wlan
-
-
conky 1.6.1 configured successfully:
-
-
Installing into: /usr/local
-
System config dir: ${prefix}|>/etc
-
C compiler flags: -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W
-
Linker flags: -Wl,-O1
-
Libraries: -lrt -lm -liw -lX11 -lXext -lXdamage -lXfixes -lXft -lfontconfig -lglib-2.0
-
-
* X11:
-
X11 support: yes
-
XDamage support: yes
-
XDBE support: yes
-
Xft support: yes
-
-
* Music detection:
-
Audacious: no
-
BMPx: no
-
MPD: yes
-
XMMS2: no
-
-
* General:
-
math: yes
-
hddtemp: yes
-
portmon: yes
-
RSS: no
-
wireless: yes
-
SMAPI: no
-
nvidia: no
-
eve-online: no
If you like you can enable other functionalities but you also need to install the dev files. No worries, the configure script will complain when it can not find whats needed!
Now run make to compile source and test it. If you like you can place a copy of mine .conkyrc in your home directory
Try conky by running…
./src/conky -a top_right &
If everything checks out as you predicted
you can run make install to install conky on your system.
Download configuration file. Just rename it to .conkyrc

This dont work for my hardy heron, i cant run it, i have installed conky in /usr/local/bin
but i dont run..
Okay, so let’s try to figure this one out. What is the error message you are getting?
any chance of reposting your conkyrc file? Link seems to be broke…Ta
Fixed. Thanks.
default 8.04 doesn’t have your font in conkyrc ??
do you want upload that??
THX
You can download it here…
http://www.ubuntu-art.org/content/show.php/Zekton?content=50553