ubuntu – 将应用程序添加到“使用其他应用程序打开”对话框

前端之家收集整理的这篇文章主要介绍了ubuntu – 将应用程序添加到“使用其他应用程序打开”对话框前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我今天早些时候安装了Komodo,无法在“使用其他应用程序打开”对话框中找到它.除此之外,应用程序按预期工作.

使用ubuntu 11.10

来自答案的网址已关闭

这是怎么做的:

在〜/ .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

还要更新属性/ open-with并将其设置为默认值

猜你在找的Ubuntu相关文章