This article was written by a reader of my blog, linrunix. It's a great guide enjoy.
-redDEAD
kiba-dock is an application launcher that works like Mac OSX's dock. I allows you to put your favorite applications on "dock" on your destop for quick and easy access. Check Out the Video, start drooling.
Note: For a better understanding Every command is in blue letters and the Menus and buttons of each application is inside of “ ”.
First we remove and purge kiba-dock (if we got it install)
sudo apt-get remove –purge kiba-dock
Then we install the necessaries packages for compile kiba-dock
sudo apt-get install automake1.9 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev
Now we download the kiba-dock source
wget http://usuarios.lycos.es/abrahamtamayo/kiba-dock-0.1.tar.bz2
Now we untar the source in a folder call kiba-dock (you don't need to create it.)
tar -xf kiba-dock-0.1.tar.bz2
Then we move to the kiba-dock folder create by the above command.
cd kiba-dock
Now we generate the compile files.......
./autogen.sh
Now.... Start Compiling...
make
Compiling.... Almost done!.
make install-schemas
Now... this is the last one.
sudo make install
Now we have kiba-dock install in our system we can run it just typing this in a terminal:
kiba-dock
(it should bring a blue bar, you can right-click the bar and go to "Kiba Utils" and then "systray" to have a configuration applet on the upper panel.)
Now we are going to drag-and-drop some launchers into the blue bar.
Go to "Applications" in the upper panel and find the application you want.... drag it and drop it in the blue bar.
Now let's make kiba dock start every time you log in. (for those who want it. you can start it by yourself running the "kiba-dock" command or pressing ALT+F2 and writing "kiba-systray.py" this one comes with the configuration applet)
to make it start every time we log in.... go to "System" in the upper panel then "Preferences" then "Sessions" then "Startup Programs" then click "Add" and write this "kiba-systray.py" then "Close".... and now we're done!!!
Enjoy your kiba-dock.
-linrunix
linrunix also translated it into spanish
kiba-dock es una barra de lanzadores que funciona como Mac OSX's dock. este te permite agregar tus aplicaciones favoritas a la barra para tener acceso mas fácil y rápido a las mismas. Observen el vídeo, y vean lo que creían imposible.
Nota: Para un mejor entendimiento cada comando esta en negrita y los menús y botones de cada aplicación están dentro de “ “.
Primero removemos y purgamos kiba-dock (si lo tenemos instalado)
sudo apt-get remove –purge kiba-dock
Después instalamos los paquetes necesarios para compilar kiba-dock
sudo apt-get install automake1.9 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev
Ahora descargamos el souce
wget http://usuarios.lycos.es/abrahamtamayo/kiba-dock-0.1.tar.bz2
Luego descomprimimos el source en un folder llamado kiba-dock (usted no necesita crearlo.)
tar -xf kiba-dock-0.1.tar.bz2
Después nos movemos al directorio kiba-dock creado por el comando anterior
cd kiba-dock
Ahora generamos los archivos para compilar.......
./autogen.sh
Luego.... Comenzamos a compilar.......
make
Compilando.... Casi terminamos!.
make install-schemas
Luego... este es el ultimo.
sudo make install
Ya tenemos kiba-dock instalado en nuestro sistema para ejecutarlo escribimos el siguiente comando en un terminal:
kiba-dock
(ahora debe haber aparecido una barra azul en la parte de abajo, puedes hacerle click-derecho a la barra e ir al menú “Kiba Utils” y luego haces click en “systray” para tener un applet de configuración en el panel superior de ubuntu.)
Ahora agregaremos algunos lanzadores al kiba-dock (lo arrastraremos a la barra azul.)
Vamos a “Applications” en el panel superior de ubuntu buscamos la aplicación que queremos..... y la arrastramos a la barra azul.
Ahora hagamos que kiba-dock inicie automático cada vez que iniciemos sección (Para los que quieran. tu puedes iniciarlo manualmente ejecutando el comando kiba-dock o presionando ALT+F2 y escribiendo "kiba-systray.py" este iniciara con el applet de configuración)
para hacerlo iniciar automático cada vez que iniciemos sección... vamos a "System" en panel de arriba luego "Preferences" después "Sessions" y luego "Startup Programs" después hacemos click en "Add" y escribimos "kiba-systray.py" luego hacemos click en "Close".... y Terminamos!!!
Disfruta tu kiba-dock.
No hay comentarios:
Publicar un comentario