Ubuntu Hardy Heron – Conky 1.6.1

Conky 1.6.1 on Hardy Heron

Conky 1.6.1 on Hardy Heron

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 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:

  1. sudo apt-get install libxext-dev libxdamage-dev libglib2.0-dev zlib1g-dev libxft2-dev libiw-dev

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.

  1. ./configure –enable-wlan
  2.  
  3. conky 1.6.1 configured successfully:
  4.  
  5.  Installing into:   /usr/local
  6.  System config dir: ${prefix}|>/etc
  7.  C compiler flags:         -I/usr/include/freetype2   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -W
  8.  Linker flags:       -Wl,-O1
  9.  Libraries:         -lrt  -lm -liw  -lX11   -lXext   -lXdamage -lXfixes   -lXft -lfontconfig   -lglib-2.0  
  10.  
  11.  * X11:
  12.   X11 support:      yes
  13.   XDamage support:  yes
  14.   XDBE support:     yes
  15.   Xft support:      yes
  16.  
  17.  * Music detection:
  18.   Audacious:        no
  19.   BMPx:             no
  20.   MPD:              yes
  21.   XMMS2:            no
  22.  
  23.  * General:
  24.   math:             yes
  25.   hddtemp:          yes
  26.   portmon:          yes
  27.   RSS:              no
  28.   wireless:         yes
  29.   SMAPI:            no
  30.   nvidia:           no
  31. 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

conkyrc

Post to Twitter

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

6 Comments »

 
 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

 

Twitter links powered by Tweet This v1.6.1, a WordPress plugin for Twitter.