[讨论][分享]ubutnu7.10下如何装kiba-dock??

各种窗口管理器和美化相关
回复
头像
Showpan
帖子: 102
注册时间: 2007-05-12 15:44

[讨论][分享]ubutnu7.10下如何装kiba-dock??

#1

帖子 Showpan » 2007-11-05 22:43

想装kiba-dock模拟Max,却没看到相关帖子。
这里发个问,请高手现身!
另外,我在英文官方论坛看到了相关帖子,给大家共享,没时间翻译,大家自己看吧,相信大家都看得懂的。
http://ubuntuforums.org/showthread.php? ... gusty+dock

******** I have managed to get Ubuntu 7.10 Gutsy Gibbon to install kiba-dock with this how-to ********



Note For 64-Bit users
If you are using a 64 bit version of ubuntu I have added a small section to the how-to specifically for you, most steps are same both 32 bit and 64 bit apart one section of the code so please only do 64-bit stuff
Warning : I myself do not use a 64-bit version of ubuntu so this is all done from help from other users - Please feel free to message me if any changes need to be made

Hey everyone

I just managed to get kiba-dock installed and working on my computer and this is how i did it.

I must warn you - Im very new to compiling programs and this is my first how-to, i just hope this works for some people

p.s. the first part is from price-childs orig. thread on installing kiba-dock but has the python-gtk2-dev package added to end of the installed build packages- So thank you for this

First of all install the build depencies

Code:

sudo aptitude remove automake1.4
sudo aptitude install fakeroot automake1.9 build-essential libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev libglade2-dev libxcomposite-dev subversion libtool libgtop2-dev python-gtk2-dev intltool

Then make the directory to install kiba-dock into

Code:

mkdir kiba-dock
cd kiba-dock
svn co https://kibadock.svn.sourceforge.net/sv ... k/akamaru/ akamaru
svn co https://kibadock.svn.sourceforge.net/sv ... kiba-dock/ kiba-dock
svn co https://kibadock.svn.sourceforge.net/sv ... a-plugins/ kiba-plugins
svn co https://kibadock.svn.sourceforge.net/sv ... s-plugins/ kiba-dbus-plugins

************************ Not necessary to make Kiba-Dock to Work *********************************

I know the first SVN repo of the 2 below is for a gaim plugin, if you don't have gaim, then you don't need to worry about it - kiba-dock will run without.
I dont know what the ephy-extension is for and i didnt need to make it work.

Code:

svn co https://kibadock.svn.sourceforge.net/sv ... aim-plugin kiba-gaim-plugin
svn co https://kibadock.svn.sourceforge.net/sv ... -extension kiba-ephy-extension

************************************************** ************************************************** *************

************************************************** ************************************************** *************
32-Bit Ubuntu Users

Next just do the following - Typing each line at a time
Code:

cd akamaru/
./autogen.sh --prefix=/usr --exec-prefix=/usr
sudo make install
cd ..

Code:

cd kiba-dock/
./autogen.sh
sudo make install
cd ..

Code:

cd kiba-plugins/
./autogen.sh
sudo make install
cd ..

Code:

cd kiba-dbus-plugins/
./autogen.sh
sudo make install
cd ..

************************************************** ************************************************** *************

************************************************** ************************************************** *************
64-Bit Ubuntu Users

Code:

cd akamaru/ &&
./autogen.sh --prefix=/usr --exec-prefix=/usr --libdir=/usr/lib64 &&
sudo make install &&
cd .. &&

Code:

cd kiba-dock/ &&
./autogen.sh --prefix=/usr --libdir=/usr/lib64 &&
sudo make install &&
cd .. &&

Code:

cd kiba-plugins/ &&
CC="gcc -fPIC" ./autogen.sh --prefix=/usr --libdir=/usr/lib64 &&
sudo make install &&
cd .. &&

Code:

cd kiba-dbus-plugins/ &&
./autogen.sh --prefix=/usr --libdir=/usr/lib64 &&
sudo make install &&
cd ..

************************************************** ************************************************** *************

Now it should be installed and working ok (Fingers crossed)

Now all you have to do is type the following into a terminal and ur done

Code:

kiba-dock


**************************************** Adding To Start-Up ************************************************** ***************

Most people want to have kiba-dock to start up with there computer - here is how

Go to System -> Preferences -> Sessions and click add new under the start-up tab.

Name = Kiba-Dock
Command = kiba-dock

************************************************** ************************************************** *************

If you have any problems (i.e. compiler errors i would suggest just typing a chunk of the error message into the search for the forums at www.kiba-dock.org

***************** Un-Install ************************************

If for some reason you wish to un-install kiba-dock then so the following:

(You may need to change the cd command (Change Directory) if you installed kiba-dock in a different file to the one in the How-To)

Go into each sub-directory of kiba-dock folder and and type sudo make uninstall

Code:

cd kiba-dock/kiba-dbus-plugins
sudo make uninstall
cd ..

Code:

cd kiba-dock/kiba-plugins
sudo make uninstall
cd..

Code:

cd kiba-dock/kiba-dock
sudo make uninstall
cd..

Code:

cd kiba-dock/akamaru
sudo make uninstall

and your done

Hope this helps

Matt
__________________
Last edited by mattgaunt : 6 Days Ago at 05:27 AM.
Reply With Quote
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#2

帖子 eexpress » 2007-11-05 22:46

你准备搞大动作吗?

你用gnome? 那应该试试awn啊。
● 鸣学
头像
Showpan
帖子: 102
注册时间: 2007-05-12 15:44

#3

帖子 Showpan » 2007-11-06 18:03

awn的功能不强,玩得不够痛快
头像
SecretZero
帖子: 1670
注册时间: 2007-08-30 5:39

#4

帖子 SecretZero » 2008-02-03 13:03

eexpress 写了:你准备搞大动作吗?

你用gnome? 那应该试试awn啊。
我现在都不知道怎么拖拉程序呢 。。
深度,值得深入!
http://bbs.deepin.org/?u=348684

最新的综艺魔法相册
http://www.77studio.net/?fromuid=344
回复