From 1ff1d7910cf9c850c6d6f75136af0d1352e697bf Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Sat, 10 Jul 2021 12:01:57 +0100 Subject: [PATCH 3/3] Drop redundant keywords in .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- etc/emacs.desktop | 1 - etc/emacsclient.desktop | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/emacs.desktop b/etc/emacs.desktop index 81c53c6121..0d7cac14da 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 4e4870730e..1ecdecffaf 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] -- 2.31.1