diff options
author | Peter Oliver <git@mavit.org.uk> | 2021-07-10 12:01:57 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-08-11 14:05:25 +0200 |
commit | 024e6d213cfd6a0f273d485003e1c37e061ef227 (patch) | |
tree | 34b47ca864c8d0e0ce10068dde39d8922589ef08 /etc/emacs.desktop | |
parent | aea7823a7e4a2cd3a1904b3bc2ed4f5fc5c26a69 (diff) | |
download | emacs-024e6d213cfd6a0f273d485003e1c37e061ef227.tar.gz emacs-024e6d213cfd6a0f273d485003e1c37e061ef227.tar.bz2 emacs-024e6d213cfd6a0f273d485003e1c37e061ef227.zip |
Drop redundant keywords in .desktop files.
The Freedesktop.org Desktop Entry spec says, “The values [of
Keywords]… should not be redundant with the values of Name or
GenericName”.
* etc/emacs.desktop, etc/emacsclient.desktop (Keywords): Remove
keywords that are duplicated from the GenericName field.
Diffstat (limited to 'etc/emacs.desktop')
-rw-r--r-- | etc/emacs.desktop | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/emacs.desktop b/etc/emacs.desktop index 81c53c6121d..0d7cac14da5 100644 --- a/etc/emacs.desktop +++ b/etc/emacs.desktop @@ -10,4 +10,3 @@ Terminal=false Categories=Development;TextEditor; StartupNotify=true StartupWMClass=Emacs -Keywords=Text;Editor; |