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:
parent
aea7823a7e
commit
024e6d213c
2 changed files with 1 additions and 2 deletions
|
@ -10,4 +10,3 @@ Terminal=false
|
|||
Categories=Development;TextEditor;
|
||||
StartupNotify=true
|
||||
StartupWMClass=Emacs
|
||||
Keywords=Text;Editor;
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue