From 146d1dd164d8cb6e6f4bd40a1ef54ba60c4b48c7 Mon Sep 17 00:00:00 2001 From: Renan Guilherme Date: Thu, 27 Nov 2025 14:58:11 -0400 Subject: [PATCH] Add main category and icon to khal.desktop This fixes the entry being placed in the "Lost and Found" category in KDE Plasma. --- misc/khal.desktop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/khal.desktop b/misc/khal.desktop index ca6954f2c..514a3917a 100644 --- a/misc/khal.desktop +++ b/misc/khal.desktop @@ -1,8 +1,9 @@ [Desktop Entry] Name=ikhal -Categories=Calendar;ConsoleOnly; +Categories=Office;Calendar;ConsoleOnly; GenericName=Calendar application Comment=Terminal CLI calendar application +Icon=x-office-calendar Exec=ikhal Terminal=true Type=Application