Ubuntu 15.10。を実行しています。
私/usr/share/applications/sublime_text.desktop
には次のものが含まれています:
[Desktop Entry]
Version=1.0
Type=Application
Name=Sublime Text
GenericName=Text Editor
Comment=Sophisticated text editor for code, markup and prose
Exec=/opt/sublime_text/sublime_text %F
Terminal=false
MimeType=text/plain;
Icon=sublime-text
Categories=TextEditor;Development;
StartupNotify=true
Actions=Window;Document;
[Desktop Action Window]
Name=New Window
Exec=/opt/sublime_text/sublime_text -n
OnlyShowIn=Unity;
[Desktop Action Document]
Name=New File
Exec=/opt/sublime_text/sublime_text --command new_file
OnlyShowIn=Unity;
xxx.md
Gnomeファイル(以前の「Nautilus」)でマークダウンファイル()を右クリックすると、「すべてのアプリケーションを表示」を選択しても、「Sublime Text」が選択肢として表示されません。
%F
行Exec=/opt/sublime_text/sublime_text -n
とおよびにそれぞれ追加しようとしExec=/opt/sublime_text/sublime_text --command new_file
ましたが[Desktop Action Window]
、[Desktop Action Document]
何も変更しませんでした。
私も走ったsudo update-desktop-database
。
何が間違っていますか?
defaults.list
またはを編集しませんでしたgedit.desktop
。それらのファイルには何を含めるべきですか?
text/plain
、このデスクトップファイルに登録されている唯一のMIMEタイプがありません。
/usr/share/applications/defaults.list
すべてのgedit.desktop
エントリに追加して置き換えましたか?