diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-03-23 21:50:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-03-23 21:50:49 +0000 |
commit | f3866a87f210bb94f48dd9c6b335f7c4c4c3e3aa (patch) | |
tree | 76671bc3491b1f9f6106a1c1c395759da8547608 | |
parent | MimeType added to desktop file. (diff) | |
download | emacs-tools-f3866a87f210bb94f48dd9c6b335f7c4c4c3e3aa.tar.gz emacs-tools-f3866a87f210bb94f48dd9c6b335f7c4c4c3e3aa.tar.bz2 emacs-tools-f3866a87f210bb94f48dd9c6b335f7c4c4c3e3aa.zip |
Desktop file for emacsclient.
svn path=/emacs-extra/eselect-emacs/; revision=149
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | emacsclient.desktop | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -44,3 +44,4 @@ Version 0.4 (22 Mar 2007) Added some comments to emacs.eselect. 23 Mar 2007 MimeType and TryExec keys added to emacs.desktop. + Desktop file for emacsclient. diff --git a/emacsclient.desktop b/emacsclient.desktop new file mode 100644 index 0000000..ead11e6 --- /dev/null +++ b/emacsclient.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Emacsclient +Comment=Tell a running Emacs to visit a file. +Icon=emacs.png +NoDisplay=true +TryExec=/usr/bin/emacsclient +Exec=/usr/bin/emacsclient -n -a /usr/bin/emacs %F +Terminal=false +Type=Application +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++; |