已安装的程序未出现在 Dash Home 中?

use*_*856 2 ubuntu

我在 Ubuntu 上安装的某些软件没有出现在 Dash 主页菜单上。

例如,我安装了 Komodo Edit(通过 .sh 文件)。如果我想运行这个程序,我必须转到它所在的目录,然后单击它。如果我在 dash 主菜单上输入 Komodo,它就不会出现。

可能是因为我没有通过 'apt-get' 安装它(那里没有 komodo)

如何在仪表板主菜单上启用程序?

lmc*_*als 5

尝试创建一个komodoedit.desktop文件并将其保存~/.local/share/applications/并使其指向您的可执行文件。

[Desktop Entry]
Name=Komodo Edit
Comment=Komodo and stuff
Exec=/path/to/the/execucable/file
Icon=/path/to/an/appropriate/icon
Type=Application
Terminal=false
Categories=Application;Utility;TextEditor;
MimeType=text/plain
Run Code Online (Sandbox Code Playgroud)

相应地容纳这些值。您现在应该至少可以在菜单或搜索选项中找到它。