From: Peter Oliver Date: Sat, 10 Jul 2021 11:01:57 +0000 (+0100) Subject: Drop redundant keywords in .desktop files. X-Git-Tag: emacs-28.0.90~1557 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=024e6d213cfd6a0f273d485003e1c37e061ef227;p=emacs.git 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. --- 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; diff --git a/etc/emacsclient.desktop b/etc/emacsclient.desktop index 4e4870730ec..1ecdecffafd 100644 --- a/etc/emacsclient.desktop +++ b/etc/emacsclient.desktop @@ -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]