装了一个Kiba-dock 效果还真不错!

各种窗口管理器和美化相关
回复
jiangxg
帖子: 1
注册时间: 2006-11-28 13:48

装了一个Kiba-dock 效果还真不错!

#1

帖子 jiangxg » 2007-03-04 13:42

来show一下kiba-dock的效果!

安装方法请看http://referbar.blog.163.com/blog/static/1167953320072441324109
附件
kiba-dock
kiba-dock
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#2

帖子 skyx » 2007-03-04 13:51

kiba-dock和gnome-dock一样,是在beryl环境下使用的模仿Mac OS dock的程序。他有多种点击效果,可以自定义背景。调整背景高度、颜色等参数,小巧而实用。本文介绍在Ubuntu环境下的安装。

1.下载 kiba-dock-0.1

这个是debian版本



2.安装编译环境:

sudo aptitude remove automake1.4
sudo aptitude install automake1.9 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev
3.解压安装包、编译、安装:

tar -xf kiba-dock-0.1.tar.bz2
./autogen.sh
make
make install-schemas
sudo checkinstall

4.执行 kiba-dock 命令,启动 kiba-dock 。


如果出现如下错误

======================== Installation successful ==========================

Copying documentation directory…
./
./AUTHORS
./COPYING
./ChangeLog
./INSTALL
./NEWS
./README
./TODO

把文件拷贝到临时目录……OK

Striping ELF 二进制文件和库文件……OK

压缩 man 手册页……OK

创建文件列表……OK

创建 Debian 包…… FAILED!

*** Failed to build the package


解决办法:
可以不使用最后一步的checkinstall,而直接make install。
这样就可以安装成功了。
no security measure is worth anything if an attacker has physical access to the machine
头像
glade
帖子: 1383
注册时间: 2005-10-21 16:57

#3

帖子 glade » 2007-03-05 1:58

那黑色的终端窗口很讨厌,挡住了我的视线
fwater
帖子: 30
注册时间: 2007-01-13 13:24

#4

帖子 fwater » 2007-03-09 10:16

同意楼上的,哈哈
hibson
帖子: 3
注册时间: 2007-03-09 12:32

#5

帖子 hibson » 2007-03-09 23:17

太失败了,我装了几次都装不好,哥们就写的详细点么,linux还挺复杂的
头像
yangjiudan
帖子: 37
注册时间: 2006-06-05 15:08
联系:

#6

帖子 yangjiudan » 2007-03-09 23:28

看这个,我刚从源码装好的。
viewtopic.php?t=43602&start=0&postdays= ... highlight=
hibson
帖子: 3
注册时间: 2007-03-09 12:32

#7

帖子 hibson » 2007-03-10 0:04

hibson@hibson-desktop:~/Desktop/kiba-dock$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
aclocal:configure.in:37: warning: macro `AM_GCONF_SOURCE_2' not found in library
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.in: installing `./install-sh'
configure.in: installing `./missing'
akamaru/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for gconftool-2... /usr/bin/gconftool-2
./configure: line 5136: AM_GCONF_SOURCE_2: command not found
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for memset... yes
checking for sqrt... no
checking for strrchr... yes
checking for strstr... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTK... yes
checking for CAIRO... yes
checking for PANGO... yes
checking for GCONF... configure: error: Package requirements (gconf-2.0 >= 2.0.0) were not met:

No package 'gconf-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GCONF_CFLAGS
and GCONF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

hibson@hibson-desktop:~/Desktop/kiba-dock$ gconf
bash: gconf: command not found
hibson@hibson-desktop:~/Desktop/kiba-dock$
hibson@hibson-desktop:~/Desktop/kiba-dock$
hibson@hibson-desktop:~/Desktop/kiba-dock$ sudo aptitude install gaim-data
Password:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
Reading state information... 完成
正在读取扩展状态文件
正在初始化软件包状态... 完成
创建标签数据库... 完成
将不会安装,升级或者删除任何软件包。
0 个软件包被升级,新安装0 个, 0 个将被删除, 同时 0 个将不升级。
需要获取 0B 的存档。 解包后将要使用 0B。
正在编辑扩展状态信息... 完成
hibson@hibson-desktop:~/Desktop/kiba-dock$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
aclocal:configure.in:37: warning: macro `AM_GCONF_SOURCE_2' not found in library
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.in:37: error: possibly undefined macro: AM_GCONF_SOURCE_2
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
hibson@hibson-desktop:~/Desktop/kiba-dock$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
aclocal:configure.in:37: warning: macro `AM_GCONF_SOURCE_2' not found in library
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for gconftool-2... /usr/bin/gconftool-2
./configure: line 5136: AM_GCONF_SOURCE_2: command not found
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for memset... yes
checking for sqrt... no
checking for strrchr... yes
checking for strstr... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTK... yes
checking for CAIRO... yes
checking for PANGO... yes
checking for GCONF... configure: error: Package requirements (gconf-2.0 >= 2.0.0) were not met:

No package 'gconf-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GCONF_CFLAGS
and GCONF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

****************************
以上是我执行./autogen.sh
************************
checking for GCONF... configure: error: Package requirements (gconf-2.0 >= 2.0.0) were not met:

No package 'gconf-2.0' found

不知道怎么解决..........
头像
yangjiudan
帖子: 37
注册时间: 2006-06-05 15:08
联系:

#8

帖子 yangjiudan » 2007-03-10 0:52

代码: 全选

sudo aptitude remove automake1.4
sudo aptitude install automake1.9 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev
回复