ubuntu安装 apple的Glx-Dock / Cairo-Dock界面

本文介绍了如何在Ubuntu 11.10上安装并使用Dock界面。通过简单的命令行操作,用户可以体验到类似Apple Dock的功能,提升桌面操作效率。

ubuntu升级到11.10后,界面很恶。经典界面没有了,装gnome shell也不是以前那种,网上推荐apple的dock界面,装了一个。觉得很酷,用起来比较上手,这里也推荐一下。

 


安装比较简单,各个版本的安装介绍:http://glx-dock.org/ww_page.php?p=By%20distributions&lang=en

ubuntu里面命令行:

sudo -v

 然后输入密码:

再输入命令:

echo "deb http://download.tuxfamily.org/glxdock/repository/ubuntu $(lsb_release -sc) cairo-dock" | sudo tee -a /etc/apt/sources.list 
wget -q http://download.tuxfamily.org/glxdock/repository/cairo-dock.gpg -O- | sudo apt-key add - 
sudo apt-get update 
sudo apt-get install cairo-dock cairo-dock-plug-ins
 等安装完成,注销进入的时候选择dock就OK了
CMake Error at /usr/lib/aarch64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:26 (message): The imported target "Qt5::Gui" references the file "/usr/lib/aarch64-linux-gnu/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/aarch64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" but not all the files it references. Call Stack (most recent call first): /usr/lib/aarch64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:231 (_qt5_Gui_check_file_exists) /usr/lib/aarch64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake:5 (_populate_Gui_plugin_properties) /usr/lib/aarch64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:240 (include) /usr/lib/aarch64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:111 (find_package) /usr/lib/aarch64-linux-gnu/cmake/Qt5OpenGL/Qt5OpenGLConfig.cmake:111 (find_package) /usr/lib/aarch64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package) /usr/lib/aarch64-linux-gnu/cmake/vtk-9.1/VTK-vtk-module-find-packages.cmake:1008 (find_package) /usr/lib/aarch64-linux-gnu/cmake/vtk-9.1/vtk-config.cmake:150 (include) /usr/lib/aarch64-linux-gnu/cmake/pcl/PCLConfig.cmake:270 (find_package) /usr/lib/aarch64-linux-gnu/cmake/pcl/PCLConfig.cmake:319 (find_VTK) /usr/lib/aarch64-linux-gnu/cmake/pcl/PCLConfig.cmake:540 (find_external_library) /opt/ros/humble/share/pcl_conversions/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) /opt/ros/humble/share/pcl_conversions/cmake/pcl_conversionsConfig.cmake:41 (include) CMakeLists.txt:12 (find_package)
最新发布
11-13
ocv_init_download: OpenCV source tree is not fetched as git repository. 3rdparty resources will be downloaded from github.com by default. Detected processor: aarch64 Looking for ccache - not found libjpeg-turbo: VERSION = 2.1.3, BUILD = opencv-4.7.0-libjpeg-turbo Use full Neon SIMD intrinsics implementation (NEON_INTRINSICS = ON) SIMD extensions: arm64 (WITH_SIMD = 1) Could NOT find OpenJPEG (minimal suitable version: 2.0, recommended version >= 2.3.1). OpenJPEG will be built from sources OpenJPEG: VERSION = 2.4.0, BUILD = opencv-4.7.0-openjp2-2.4.0 OpenJPEG libraries will be built from sources: libopenjp2 (version "2.4.0") CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindOpenGL.cmake:315 (message): Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when available. Run "cmake --help-policy CMP0072" for policy details. Use the cmake_policy command to set the policy and suppress this warning. FindOpenGL found both a legacy GL library: OPENGL_gl_LIBRARY: /usr/lib/aarch64-linux-gnu/libGL.so and GLVND libraries for OpenGL and GLX: OPENGL_opengl_LIBRARY: /usr/lib/aarch64-linux-gnu/libOpenGL.so OPENGL_glx_LIBRARY: /usr/lib/aarch64-linux-gnu/libGLX.so OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for compatibility with CMake 3.10 and below the legacy GL library will be used. Call Stack (most recent call first): cmake/OpenCVFindLibsGUI.cmake:66 (find_package) CMakeLists.txt:748 (include) This warning is for project developers. Use -Wno-dev to suppress it. Could not find OpenBLAS include. Turning OpenBLAS_FOUND off Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR) Found apache ant: /bin/ant (1.10.13) Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 AWT) VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file > /home/pi/opencv-4.7.0/modules/calib3d > /home/pi/opencv-4.7.0/modules/core > /home/pi/opencv-4.7.0/modules/dnn > /home/pi/opencv-4.7.0/modules/features2d > /home/pi/opencv-4.7.0/modules/flann > /home/pi/opencv-4.7.0/modules/gapi > /home/pi/opencv-4.7.0/modules/highgui > /home/pi/opencv-4.7.0/modules/imgcodecs > /home/pi/opencv-4.7.0/modules/imgproc > /home/pi/opencv-4.7.0/modules/java > /home/pi/opencv-4.7.0/modules/js > /home/pi/opencv-4.7.0/modules/ml > /home/pi/opencv-4.7.0/modules/objc > /home/pi/opencv-4.7.0/modules/objdetect > /home/pi/opencv-4.7.0/modules/photo > /home/pi/opencv-4.7.0/modules/python > /home/pi/opencv-4.7.0/modules/stitching > /home/pi/opencv-4.7.0/modules/ts > /home/pi/opencv-4.7.0/modules/video > /home/pi/opencv-4.7.0/modules/videoio > /home/pi/opencv-4.7.0/modules/world > /home/pi/opencv-4.7.0/modules/calib3d > /home/pi/opencv-4.7.0/modules/core > /home/pi/opencv-4.7.0/modules/dnn > /home/pi/opencv-4.7.0/modules/features2d > /home/pi/opencv-4.7.0/modules/flann > /home/pi/opencv-4.7.0/modules/gapi > /home/pi/opencv-4.7.0/modules/highgui > /home/pi/opencv-4.7.0/modules/imgcodecs > /home/pi/opencv-4.7.0/modules/imgproc > /home/pi/opencv-4.7.0/modules/java > /home/pi/opencv-4.7.0/modules/js > /home/pi/opencv-4.7.0/modules/ml > /home/pi/opencv-4.7.0/modules/objc > /home/pi/opencv-4.7.0/modules/objdetect > /home/pi/opencv-4.7.0/modules/photo > /home/pi/opencv-4.7.0/modules/python > /home/pi/opencv-4.7.0/modules/stitching > /home/pi/opencv-4.7.0/modules/ts > /home/pi/opencv-4.7.0/modules/video > /home/pi/opencv-4.7.0/modules/videoio > /home/pi/opencv-4.7.0/modules/world CMake Error at cmake/OpenCVModule.cmake:340 (message): Duplicated modules LOCATIONS has been found Call Stack (most recent call first): cmake/OpenCVModule.cmake:357 (_assert_uniqueness) cmake/OpenCVModule.cmake:385 (ocv_glob_modules) CMakeLists.txt:951 (ocv_register_modules) Configuring incomplete, errors occurred!
10-31
make /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/xproto.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/bigreq.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/xc_misc.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/composite.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/damage.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/dpms.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/dri2.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/glx.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/randr.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/record.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/render.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/res.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/screensaver.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/shape.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/shm.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/sync.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/xevie.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/xf86dri.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/xfixes.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/xinerama.xml /usr/bin/python ./c_client.py -p //usr/lib/python3.8/site-packages //usr/share/xcb/xinput.xml Traceback (most recent call last): File "./c_client.py", line 1039, in <module> module.register() File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 93, in register matcher.execute(self, self.namespace) File "/usr/lib/python2.7/dist-packages/xcbgen/matcher.py", line 115, in execute funcs[elt.tag](elt, module, namespace) KeyError: 'eventstruct' make: *** [Makefile:1018: xinput.c] Error 1
05-24
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值