Dependencies
- Cairo 1.2.0 (Optional: SVG support = --enable-svg and Glitz support = --enable-glitz)
- Optional: A recent librsvg (> 2.14.4)
- Optional: glitz >= 0.5.3
- Xorg with Composite Extension enabled
- Composite Manager (xcompmgr, kcompmgr, beryl, compiz).
- The memory plugin requires libgtop
Gentoo
There is an ebuild for gentoo users in the Xeffect Overlay.
Ubuntu
TreviƱo manages a repo with kiba-dock, These can be accessed by adding the following to your sources.list file:
1. Open a Terminal Window
2. Type the following: "sudo gedit /etc/apt/sources.list"
3. Add the following to the end of the file:
deb http://download.tuxfamily.org/3vldeb edgy beryl-svn
deb-src http://download.tuxfamily.org/3v1deb edgy beryl-svn
4. Save and Exit Gedit
5. Run from terminal window: "sudo apt-get update"
6. Run from terminal window: "sudo apt-get install kiba-dock"
PLEASE NOTE: this is a daily svn repo, which means you're dealing with snapshots of the latest and greatest, but not always the most stable!
SUSE
Add the following repository as YAST/YUM/ZYPPER/RUG repository and install kiba-dock package from there:
http://software.opensuse.org/download/X11:/XGL/
To run kiba-dock:
Alt -> F2 -> kiba-dock
When you see an empty dock at the bottom center of your screen, drag and drop some application from the main manu to populate it.
That is all there is to it.
Have a lot of fun!
Fedora Core 6
1. Download
i386:
http://drpixel.tuxfamily.org/fedora/6/i386/kiba-dock-0.2-2.20070207cvs.fc6.drpixel.i386.rpm
OR
x86_64:
http://drpixel.tuxfamily.org/fedora/6/x86_64/kiba-dock-0.2-2.20070207cvs.fc6.drpixel.x86_64.rpm
Double click on the rpm, insert the root password if requested.
Or if you want to be old school...
Open up a terminal, and as root navigate to the directory and do:
rpm -Uvh kiba-dock-0.2-2.20070207cvs.fc6.drpixel.i386.rpm
or
rpm -Uvh kiba-dock-0.2-2.20070207cvs.fc6.drpixel.x86_64.rpm
When you see an empty dock at the bottom center of your screen, drag and drop some application from the main manu to populate it.
That is all there is to it.
Have a lot of fun!
To fetch SVN Version
Kiba-Dock lives at a SVN Repository at kiba-dock.org
There are 4 Kiba related Repositorys: kibadock, kibaplugins, akamaru and gsetkiba.
To fetch the latest sourcecode just run in a Terminal:
svn co http://svn.kiba-dock.org/akamaru/ akamaru
svn co http://svn.kiba-dock.org/kibadock/ kibadock
svn co http://svn.kiba-dock.org/kibaplugins/ kibaplugins
svn co http://svn.kiba-dock.org/gsetkiba/ gsetkiba
To build SVN Version
Change in the sources dir and run:
./autogen.sh
make
sudo make install
To update SVN Version
Change in the sources dir and run:
svn update -d
./autogen.sh
make
sudo make install