WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
37.43k stars 1.64k forks source link

Add keywords to .desktop file #1732

Closed Alexander-Wilms closed 3 weeks ago

Alexander-Wilms commented 3 weeks ago

Problem description

This adds a list of strings which may be used in addition to other metadata to describe the application. This can be useful e.g. to facilitate searching through entries.

Reference: https://webcache.googleusercontent.com/search?q=cache:https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html

(The original site is currently down due to a Gitlab upgrade)

These keywords are used by Flathub, KDE Discover and Gnome Software.

Implementation description

Add a Keywords entry to the .desktop file.

Screenshots

Here's how the tags are displayed for TeXstudio on its Flathub page: image

Additional things

WerWolv commented 3 weeks ago

Thanks a lot!