1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
From: Hugo Lefeuvre <hle@debian.org>
Date: Wed, 6 Dec 2023 13:39:52 -0500
Subject: Add a Keywords field to kupfer's desktop file.
---
auxdata/kupfer.desktop.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/auxdata/kupfer.desktop.in b/auxdata/kupfer.desktop.in
index f382fa5..b6a990a 100644
--- a/auxdata/kupfer.desktop.in
+++ b/auxdata/kupfer.desktop.in
@@ -9,3 +9,4 @@ Type=Application
Categories=Utility;
StartupNotify=true
X-UserData=$CONFIG/kupfer;$DATA/kupfer;$CACHE/kupfer
+Keywords=Launcher;Access;
|