Friday, June 20, 2008

Membuat Desktop Linux seperti Mac OS pada ubuntu Linux dan install Kiba Dock

·



Membuat tampilan Linux seperti Mac OS sangat mudah sekali, ciri khasnya Mac OS adalah Dock bar yang ada di bwah desktopnya. Gampang saja di linux kita menggunakan Kiba Dock untuk Dockernya, tidak beda jauh dengan yang ada di Mac OS. Karena beberapa alasan Kiba Dock tidak ada di official repository lagi. Maka dari itu
salah satu jalannya adalah kita menginstall dari source.


Let's we begin, but prepare for required package like GTK themes, Icon themes and kiba dock by downloading it :


1.

For GTK Themes I use : Gnome_MacOS-X_Aqua_Theme_20040730, you can download in this url : http://gnome-look.org/content/show.php/MacOS-X+Aqua+Theme?content=13548
2.

For Icon themes I use : MacUltimate_Leopard_1.0, you can download in this url : http://gnome-look.org/content/show.php/MacUltimate+Leopard?content=82844
3.

Kiba Dock (Dock bar that we use in this article) you can download it from this url : https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/


*

Before compiling Kiba Dock we need to install dependencies package, simple use apt-get :

#sudo apt-get install fakeroot automake1.9 build-essential libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx1-dev librsvg2-dev libglade2-dev libxcomposite-dev subversion libtool libgtop2-dev python-gtk2-dev libgnome-menu-dev libgnomeui-dev libgnomevfs2-dev intltool libxml2-dev libglitz1-dev libcairo2 libdbus-1-dev libgtop2-7 libgnomevfs2-0 libgnomeui-0 librsvg2-2 python-feedparser libasound2-dev libsdl1.2-dev libdbus-glib-1-dev libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libgstreamer0.10-0 pidgin-dev libpurple-dev subversion


*

Now we download Kiba Dock From SVN repository, Whatis SVN ?

SVN : Subversion is a version control system, which allows you to keep old versions of files and directories (usually source code), keep a log of who, when, and why changes occurred, etc., like CVS, RCS or SCCS. Subversion keeps a single copy of the master sources. This copy is called the source ‘‘repository’’; it contains all the information to permit extracting previous versions of those files at any time.
*

(Linux Manual Page)



Download it with this command line:

$sudo su -

#cd /usr/local/src

#pwd

/usr/local/src

#svn co https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/ kiba


That svn command line explain we check out/copy the source kiba dock from svn repository and create kiba directory under /usr/local/src then the source of kiba dock will placed in that direcctory


*

After downloading complete now we start and compiling and installing it, 6 directory will appear under kiba directory (/usr/local/src) then use this comman line for each folder :

~# ls -l /usr/local/src/kiba/

total 24

drwxr-xr-x 8 root root 4096 2008-06-12 17:32 akamaru

drwxr-xr-x 8 root root 4096 2008-06-12 17:38 kiba-dbus-plugins

drwxr-xr-x 10 root root 4096 2008-06-12 17:33 kiba-dock

drwxr-xr-x 5 root root 4096 2008-06-12 17:40 kiba-ephy-extension

drwxr-xr-x 7 root root 4096 2008-06-12 17:40 kiba-gaim-plugin

drwxr-xr-x 6 root root 4096 2008-06-12 17:36 kiba-plugins



./autogen.sh

make

sudo make install

cd


The complete command like this :

#cd /usr/local/src/kiba/akamaru/

#./autogen.sh

#make

#sudo make install


--

#cd /usr/local/src/kiba/kiba-dock/

#./autogen.sh

#make

#sudo make install


--

#cd /usr/local/src/kiba/kiba-plugins/

#./autogen.sh

#make

#sudo make install


--

#cd /usr/local/src/kiba/kiba-dbus-plugins/

#./autogen.sh

#make

#sudo make install


--

#cd /usr/local/src/kiba/kiba-ephy-extension

#./autogen.sh

#make

#sudo make install


--

#cd /usr/local/src/kiba/kiba-gaim-plugin/

#./autogen.sh

#make

#sudo make install


After that, kiba dock installed in your system kiba menu will appear ini aplication → accessories → kiba-doc. My Desktop Screen Shoot :




0 comments:

Post a Comment