Rename Emacs .desktop file for Fedora
This commit is contained in:
parent
3493519e52
commit
fd7980e606
@ -1,14 +1,22 @@
|
||||
[Desktop Entry]
|
||||
Version=1.1
|
||||
Type=Application
|
||||
Name=Emacs (New Instance)
|
||||
Name=Emacs
|
||||
GenericName=Text Editor
|
||||
NoDisplay=true
|
||||
Comment=Edit text
|
||||
Icon=emacs
|
||||
Exec=emacs %F
|
||||
Actions=
|
||||
Exec=emacsclient -cn %F
|
||||
Actions=new-window;new-instance;
|
||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||
Categories=Development;TextEditor;Utility;
|
||||
Keywords=emacsclient;
|
||||
StartupNotify=true
|
||||
StartupWMClass=Emacs
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
Exec=emacsclient -cn %F
|
||||
|
||||
[Desktop Action new-instance]
|
||||
Name=New Instance
|
||||
Exec=emacs %F
|
||||
|
Loading…
Reference in New Issue
Block a user