Modernize desktop file release-2.x.y

Thu, 12 May 2022 21:43:43 -0500

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 12 May 2022 21:43:43 -0500
branch
release-2.x.y
changeset 41362
a7351d3a2f0a
parent 41361
27bc932484a0
child 41367
d060e3ab1f77

Modernize desktop file

- Set Name to just Pidgin
- Add X-GNOME-FullName. This follows a GNOME recommendation.
- Update Comment to remove old networks.
- Add Keywords
- Add GTK to Categories. This isn't critical, but GNOME had this in an
example.

Reviewed at https://reviews.imfreedom.org/r/1433/

pidgin/data/pidgin.desktop.in.in file | annotate | diff | comparison | revisions
--- a/pidgin/data/pidgin.desktop.in.in	Tue May 10 03:38:16 2022 -0500
+++ b/pidgin/data/pidgin.desktop.in.in	Thu May 12 21:43:43 2022 -0500
@@ -1,11 +1,14 @@
 [Desktop Entry]
-_Name=Pidgin Internet Messenger
+_Name=Pidgin
 _GenericName=Internet Messenger
-_Comment=Chat over IM.  Supports AIM, Google Talk, Jabber/XMPP, and more
+_X-GNOME-FullName=Pidgin Internet Messenger
+_Comment=Chat over IM.  Supports XMPP, IRC, and more
+# TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
+_Keywords=chat;talk;im;message;bonjour;gadu-gadu;irc;groupwise;jabber;sametime;silc;simple;xmpp;zephyr
 Exec=pidgin
 Icon=pidgin
 StartupNotify=true
 Terminal=false
 Type=Application
-Categories=Network;InstantMessaging;
+Categories=GTK;Network;InstantMessaging;
 @USES_MM_CHAT_SECTION@

mercurial