Jan
23
Start with:
sudo aptitude install build-essential automake cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev libglade2-dev
Then download sourcecode:
cvs -d:pserver:anonymous@metascape.afraid.org:/cvsroot co kiba-dock
Go to the kiba folder:
cd ./kiba-dock
Now generate:
./autogen.sh
generate executable:
make
make install-schemas
Install:
sudo make install
To start kiba-dock:
kiba-dock
But If you want It to load each time you start a session, do the following:
Move to home:
cd ~
Create and edit the file:
gedit dock.sh
Type this in the editor:
#!/bin/bash
cd ~/kiba-dock
kiba-dock
Now make It executable:
chmod +x dock.sh
Now add this script to the startup programs.