1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Mateusz Ĺukasik <mati75@linuxmint.pl>
Date: Sat Feb 6 14:29:14 2016 +0100
Subject: Add keywords to desktop file
Forwarded: not-needed
---
audacious.desktop | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/audacious.desktop b/audacious.desktop
index efdba75..4e50f03 100644
--- a/audacious.desktop
+++ b/audacious.desktop
@@ -5,7 +5,8 @@ Name=Audacious
GenericName=Music Player
Comment=Listen to music
Icon=audacious
-Categories=AudioVideo;Audio;Player;
+Keywords=audio;player;audacious;music;gtk;
+Categories=AudioVideo;Audio;Player;GTK;
Exec=audacious %U
TryExec=audacious
StartupNotify=false
|