| 这是一个非官方的Compiz的插件,可以移动Unity面板(适用于Unity 3D)到桌面底部。如图所示:
 
 unity-launcher-bottom
 
 unity-launcher-bottom_2
 
 unity-launcher-bottom_3看到截图了,应该明白是怎么一回事了吧,操作很简单。1.首先,我们需要下载一个压缩文件。
 
 备用下载地址:
 2.在安装之前,我们需要安装一个程序来解压,使用命令:
 sudo apt-get install lzma 3.好了,现在我们解压刚才下载的压缩文件,然后保存在Home目录之下,然后把解压文件命令为:unityshell4.使用下面的命令来创建文件夹,移动文件夹,复制文件:
 
 mkdir -p ~/.compiz-1/pluginscd ~/unityshell
 cp libunityshell.so ~/.compiz-1/plugins/
 mkdir /tmp/unityshell
 cp *.png /tmp/unityshell/
 cd /tmp/unityshell/
 chmod 644 ./*
 sudo chown root:root ./*
 sudo cp ./* /usr/share/unity/4
 5.注销计算机之后,重新进入. 如果你不喜欢这种界面,可以使用下面的命令进行还原:
 rm ~/.compiz-1/plugins/libunityshell.so然后注销计算机之后,重新进入.
 原文地址
 |