我今天早些时候安装了 Komodo,但无法在“使用其他应用程序打开”对话框中找到它。除此以外,该应用程序按预期工作。
使用 Ubuntu 11.10
来自答案的 URL 已关闭
这是如何做到的:
在 ~/.local/share/applications 中创建名为
XXX.desktop
例如 flashplayer.desktop的文件
文件内容
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Exec=/home/executable-path %f
Name=flashplayer
Comment=Custom definition for flashplayer
NoDisplay=true
注意:%f
可执行文件路径后面的后面是应用程序出现在“打开方式”菜单中所必需的。
在鹦鹉螺中,
- right click on file
- open with other applications
- show other applications
- select the one created e.g flashplayer
还要更新属性/打开方式并将其设置为默认值