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.
This commit is contained in:
Peter Oliver 2021-07-10 12:01:57 +01:00 committed by Lars Ingebrigtsen
parent aea7823a7e
commit 024e6d213c
2 changed files with 1 additions and 2 deletions

View file

@ -10,4 +10,3 @@ Terminal=false
Categories=Development;TextEditor;
StartupNotify=true
StartupWMClass=Emacs
Keywords=Text;Editor;

View file

@ -10,7 +10,7 @@ Terminal=false
Categories=Development;TextEditor;
StartupNotify=true
StartupWMClass=Emacs
Keywords=Text;Editor;emacsclient;
Keywords=emacsclient;
Actions=new-window;new-instance;
[Desktop Action new-window]