From 3cd80e17c1a746b5c0893030e5015daabef468ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Wed, 29 Aug 2018 19:25:58 +0200 Subject: [PATCH] Modernize the desktop file a bit Remove obsolete X-GNOME-FullName, add GenericName, use American English in Comment, add Keywords, add translator comments to Icon and Keywords. --- data/buoh.desktop.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/buoh.desktop.in b/data/buoh.desktop.in index 745f4f4..0d4b909 100644 --- a/data/buoh.desktop.in +++ b/data/buoh.desktop.in @@ -1,10 +1,13 @@ [Desktop Entry] Name=Buoh -Comment=Read your favourite comic strips +GenericName=Comics Reader +Comment=Read your favorite comic strips +# Translators: These are desktop search terms. Do not translate semicolons, end line with a semicolon. +Keywords=comics;webcomics;comic strips; Exec=buoh +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=buoh Terminal=false Type=Application Categories=GNOME;GTK;Network;Utility; StartupNotify=true -X-GNOME-FullName=Buoh Online Comics Reader -- GitLab