From d2a274012a6d8ad4503677c22d9e49003f60e583 Mon Sep 17 00:00:00 2001
From: Jonathan Carter <jonathan@zanix.co.za>
Date: Mon, 12 Sep 2016 15:53:35 +0200
Subject: [PATCH] Add keywords to desktop file (#259)

* Fix spelling mistake in kdsingleapplicationguard.cpp

s/emty/empty/g.

* Add fdo keywords

Add freedesktop.org keywords to desktop entry.

This allows users to search for the app in various desktop environments.

For more details, see:
    https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s05.html,
    https://bugs.debian.org/693918, and
    https://wiki.gnome.org/Initiatives/GnomeGoals/DesktopFileKeywords for
---
 calamares.desktop | 1 +
 1 file changed, 1 insertion(+)

diff --git a/calamares.desktop b/calamares.desktop
index 4920c6eb3c..88cb71e201 100644
--- a/calamares.desktop
+++ b/calamares.desktop
@@ -3,6 +3,7 @@ Type=Application
 Version=1.0
 Name=Calamares
 GenericName=System Installer
+Keywords=calamares;system;installer
 TryExec=calamares
 Exec=pkexec /usr/bin/calamares
 Comment=Calamares — System Installer
-- 
GitLab