gnome-dock的安装使用
Gnome-dock是一款模仿Mac-OS Dock的程序。Gnome-dock只要具有Gtk环境就可以像Engage一样工作在KDE下。在我的机器上Gnome-dock需要Beryl才能运行,但是运行时还存在抖动现象,暂时不知道解决方案。
mimics the apple universal dock in animation
smooth graphics including composite transparency, SVG icons, glitz/cairo
animations are all but flawless (minor tweeks and ticks are still around)
auto-hide, only works on the bottom of the screen
bouncing icons
animated background (although it may be buggy)
beautifully rendered text
运行Gnome-dock需要的条件的如下:
# Cairo 1.2.0 (with glitz support = –enable-glitz)
# A recent librsvg (> 2.14.4 will do it, i’m using a rawhide librsvg2-2.15.90-1.fc6 package on fedora)
# glitz >= 0.5.3 (i’m using 0.5.6)
# Xorg/Xcompmgr - I have a utility Gnome Settings Visualeffects for configuring xcompmgr, which needs work if anyone is up for it.
# Xgl/Compiz
安装步骤:(ubuntu的deb包是我自己编译的,大家可以选择安装。)
1.安装Cairo。[tar.gz|ubuntu-6.06.1-deb]
2.安装glitz。[tar.gz|[ubuntu-6.06.1-deb]
3.安装librsvg。
4.下载gnome-dock。解压文件后,进入目录执行:
make clean
make
修改目录下start-cairo-dock.sh文件:
#!/bin/bash
cd /home/latteye/soft/cairo-dock##此处为你gnome-dock文件夹地址##
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH ./cairo-dock --no-glitz

