diff options
author | 2007-03-23 20:11:42 +0000 | |
---|---|---|
committer | 2007-03-23 20:11:42 +0000 | |
commit | 910ded162b15aa91759411d008ddbae95145128b (patch) | |
tree | 0bb9bf31dab04f5da770b97ada9e0fc1b1d9ca77 | |
parent | Added some comments to emacs.eselect. (diff) | |
download | emacs-tools-910ded162b15aa91759411d008ddbae95145128b.tar.gz emacs-tools-910ded162b15aa91759411d008ddbae95145128b.tar.bz2 emacs-tools-910ded162b15aa91759411d008ddbae95145128b.zip |
MimeType added to desktop file.
svn path=/emacs-extra/eselect-emacs/; revision=147
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | emacs.desktop | 7 |
2 files changed, 7 insertions, 2 deletions
@@ -42,3 +42,5 @@ Version 0.3 (19 Mar 2007) Handling of compression extensions made more robust. Version 0.4 (22 Mar 2007) Added some comments to emacs.eselect. + 23 Mar 2007 + MimeType and TryExec keys added to emacs.desktop. diff --git a/emacs.desktop b/emacs.desktop index 2a9d952..672950c 100644 --- a/emacs.desktop +++ b/emacs.desktop @@ -1,8 +1,11 @@ [Desktop Entry] Name=GNU Emacs +GenericName=Emacs Comment=Emacs is the extensible, customizable, self-documenting real-time display editor. Icon=emacs.png -Terminal=0 +TryExec=/usr/bin/emacs +Exec=/usr/bin/emacs %F +Terminal=false Type=Application Categories=Application;Development;TextEditor; -Exec=/usr/bin/emacs +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++; |