I'll make a quick post here, so that everyone can have a nice and fun dock in their desktops. Before I begin, I must let you know that you must have Beryl + XGL or AIGL working in your Linux, for this to work. Look at this:
Ohh, one more thing you should know, with this dock you can play with the icons, and they'll fly all over your desktop.
In order to get this going you write the following lines:
sudo apt-get remove --purge kiba-dock
sudo aptitude remove automake1.4
sudo aptitude install automake1.9 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev
wget http://usuarios.lycos.es/abrahamtamayo/kiba-dock-0.1.tar.bz2
tar -xf kiba-dock-0.1.tar.bz2
cd kiba-dock
./autogen.sh
make
make install-schemas
sudo -s
make install
cd
rm kiba-dock-0.1.tar.bz2
kiba-dock
Now all that's left it's adding it to the programs on start up, to do this, we go to System/Preferences/Sessions/Startup Programs and add kiba-dock
Thanks to: http://www.ubuntu-es.org/index.php?q=node/26630