우분투 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
그놈 파일 (이전의 "노틸러스")에서 마크 다운 파일 ( )을 마우스 오른쪽 버튼으로 클릭 하면 "모든 응용 프로그램보기"를 선택한 경우에도 "숭고한 텍스트"를 선택할 수 없습니다.
난 추가하는 시도 %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
항목을 교체 했습니까 ?