Glx-Dock (Cairo-Dock)——界面超酷的dock for Linux
Glx-Dock (Glx-Dock即带OpenGL的Cairo-Dock) 项目地址:
http://www.glx-dock.org/
https://launchpad.net/cairo-dock
分为了两个子项目:
Cairo-Dock : Core
Cairo-Dock : Plug-ins
从launchpad下载cairo-dock-2.3.0~2.tar.gz 和 cairo-dock-plugins-2.3.0~2.tar.gz ,然后分别编译安装:
1 2 3 4 5 6 7 8 9 10 | tar -xvzf cairo-dock-2.3.0~2.tar.gz cd cairo-dock-2.3.0~2 cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr make sudo make install tar -xvzf cairo-dock-plugins-2.3.0~2.tar.gz cd cairo-dock-plugins-2.3.0~2 cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr make sudo make install |
cmake CORE的时候出现如下错误:
– checking for modules ‘gtk+-2.0;gthread-2.0;cairo;librsvg-2.0;dbus-1;dbus-glib-1;libxml-2.0;gtkglext-1.0;xrender;libcurl’
– package ‘gtkglext-1.0′ not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
CMakeLists.txt:65 (pkg_check_modules)
安装相应库解决:
1 | pacman -S libxrender gtkglext libxml2 curl |
若cmake plugin时提示找不到 pyton
1 2 | pacman -S python2 ln -s /usr/bin/python2 /usr/bin/python |
PS:
其实以前我也用过一个类似的程序: Avant Window Navigator ,这个就比较小巧,功能也不像Glx-Dock这么强大,如果是用gnome的话,装这个也还是个不错的选择。
这个工具有个很蛋疼的地方,main dock 添加容易删除难!
要删除得把上面的所有东东全部删除,那个 dock才会消失。
http://glx-dock.org/bg_topic.php?t=4765
http://ubuntuforums.org/showthread.php?p=6364846
Q:
Hi,
I’ve read the Wiki, FAQ, Tutorials but I found only a way how to create a second (or more) dock beside the main dock. But how I can remove such a additional dock (cairo dock is running only one time – it’s just a second dock beside the main dock)?
Thanks for your help
Thomas
A:
Hi
Sub docks can be removed with right click on their icon : remove this launcher
additional main docks just dissapear when you move or remove all launchers and applets inside them.Hope it helps. Please let us know if you have problems with that (or bug maybe)








还没有搞明白,怎么把我的程序图标放到哪个DOCK里,就比方你哪个苹果浏览器,是怎么放进去的。。
嘿嘿,桌面好多功能啊