summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Oliver <git@mavit.org.uk>2021-07-10 12:01:57 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-11 14:05:25 +0200
commit024e6d213cfd6a0f273d485003e1c37e061ef227 (patch)
tree34b47ca864c8d0e0ce10068dde39d8922589ef08 /etc
parentaea7823a7e4a2cd3a1904b3bc2ed4f5fc5c26a69 (diff)
downloademacs-024e6d213cfd6a0f273d485003e1c37e061ef227.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/emacs.desktop1
-rw-r--r--etc/emacsclient.desktop2
2 files changed, 1 insertions, 2 deletions
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]