emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 024e6d2 3/3: Drop redundant keywords in .desktop files.


From: Lars Ingebrigtsen
Subject: master 024e6d2 3/3: Drop redundant keywords in .desktop files.
Date: Wed, 11 Aug 2021 08:06:05 -0400 (EDT)

branch: master
commit 024e6d213cfd6a0f273d485003e1c37e061ef227
Author: Peter Oliver <git@mavit.org.uk>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 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 81c53c6..0d7cac1 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 4e48707..1ecdecf 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]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]