mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
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
@ -10,4 +10,3 @@ Terminal=false
|
|||||||
Categories=Development;TextEditor;
|
Categories=Development;TextEditor;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=Emacs
|
StartupWMClass=Emacs
|
||||||
Keywords=Text;Editor;
|
|
||||||
|
@ -10,7 +10,7 @@ Terminal=false
|
|||||||
Categories=Development;TextEditor;
|
Categories=Development;TextEditor;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=Emacs
|
StartupWMClass=Emacs
|
||||||
Keywords=Text;Editor;emacsclient;
|
Keywords=emacsclient;
|
||||||
Actions=new-window;new-instance;
|
Actions=new-window;new-instance;
|
||||||
|
|
||||||
[Desktop Action new-window]
|
[Desktop Action new-window]
|
||||||
|
Loading…
Reference in New Issue
Block a user