对 Dash 隐藏特定应用程序

god*_* it 4 unity unity-dash .desktop

有没有办法对 Dash 隐藏特定应用程序,例如 Skype?

如果是这样,怎么办?

Jac*_*ijm 5

对 Dash 隐藏应用程序

从 Dash 中隐藏已安装的应用程序(任何)是很有可能的。

  1. 找到对应的.desktop文件/usr/share/applications

  2. 将文件复制到~/.local/share/applications. 本地目录默认隐藏,按Ctrl+H切换可见性。

  3. 使用(例如)打开文件gedit

  4. 在该行之前(如果存在)添加以下行Actions=,但在第一行下方:

     Hidden=true
    
    Run Code Online (Sandbox Code Playgroud)

现在注销并重新登录即可完成。

在此输入图像描述

笔记

始终首先将.desktop文件复制到~/.local/share/applications本地文件并进行编辑。重新登录时,本地登录将推翻全局登录。

要撤消,只需删除本地即可。