|
@@ -1,13 +1,13 @@
|
|
|
#!/usr/bin/env xdg-open
|
|
|
[Desktop Entry]
|
|
|
Version=1.0
|
|
|
-Name=GNU Emacs (Client)
|
|
|
+Name=Emacs (Client)
|
|
|
GenericName=Text Editor
|
|
|
Comment=GNU Emacs is an extensible, customizable text editor - and more
|
|
|
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++;
|
|
|
TryExec=/usr/bin/emacsclient
|
|
|
Exec=/usr/bin/emacsclient -c %F
|
|
|
-Icon=emacs25
|
|
|
+Icon=emacs
|
|
|
Type=Application
|
|
|
Terminal=false
|
|
|
Categories=Utility;Development;TextEditor;
|