This is a modification of the taskbar applet for kicker to make it work with
compiz. More generally, it is intended to work with window managers that use
the concept of "large desktops" instead of "multiple virtual desktops" as kwin
does exclusively.

Technically, it is a matter of respecting window managers standards as defined
by EWMH (http://standards.freedesktop.org/wm-spec/wm-spec-1.4.html), using the
facilities already provided by KDE.

The code is based on the taskbar applet taken from kdebase-3.5.5.

To install the package, follow the generic instructions found in the INSTALL
file. Generally, you will want to install it in your KDE directory, using:

    ./configure --prefix='kde-config --prefix'
    make
    make install

You will likely have to use superuser rights to execute the last
'make install'.

(Alternatively, you may choose to install in a different directory, using for
example:

    ./configure --prefix=/opt/taskbar-compiz
    make
    make install

For this to work, you will need to tell KDE about the new prefix, by ensuring
that KDEDIRS contains it, e.g. 'export KDEDIRS=/opt/taskbar-compiz:/usr' and
then restart KDE.)

Once it is installed, use the kicker dialog to add a new applet, and the taskbar
will appear in the list (Right-click on kicker, then "add an applet to the
panel" -> "Taskbar - Compiz").


