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
This commit is contained in:
Jonathan Carter 2016-09-12 15:53:35 +02:00 committed by Teo Mrnjavac
parent ea1c8a0e5d
commit d2a274012a

View File

@ -3,6 +3,7 @@ Type=Application
Version=1.0 Version=1.0
Name=Calamares Name=Calamares
GenericName=System Installer GenericName=System Installer
Keywords=calamares;system;installer
TryExec=calamares TryExec=calamares
Exec=pkexec /usr/bin/calamares Exec=pkexec /usr/bin/calamares
Comment=Calamares System Installer Comment=Calamares System Installer