也许你在 Ubuntu 11.04 里安装过一些第三方的 Lens ,但发现这些 Lens 基本没什么用处,又找不到删除的方法。那么下面这个 Tips 可以帮你手动从 Launcher 上删除不需要 Lens 。
# 设置方法:
进入 /usr/share/unity/places 目录
cd /usr/share/unity/places
删除不需要的 Lens 文件就可以了,比如我之前安装了 filesearch 的 Lens ,那么直接删除 filesearch.place 文件就可以了。
sudo rm filesearch.place
或者,用 vi filesearch.place 打开此文件,加入以下行,让其暂时在 Launcher 也可以。
ShowEntry=false
最后,重启一下 unity 就 OK 了。
unity --replace &