]> git.eshelyaron.com Git - emacs.git/commitdiff
Drop redundant keywords in .desktop files.
authorPeter Oliver <git@mavit.org.uk>
Sat, 10 Jul 2021 11:01:57 +0000 (12:01 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 Aug 2021 12:05:25 +0000 (14:05 +0200)
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
etc/emacsclient.desktop

index 81c53c6121d83d44f6ca8e465e3280783ac244d7..0d7cac14da56b615bec6b785c22c2780f7d61791 100644 (file)
@@ -10,4 +10,3 @@ Terminal=false
 Categories=Development;TextEditor;
 StartupNotify=true
 StartupWMClass=Emacs
-Keywords=Text;Editor;
index 4e4870730ecaf7901f6eb95b44734c068294b197..1ecdecffafd856999265d464edad192bcded0586 100644 (file)
@@ -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]