From 6168a25806df7b286dcb2ee3621bd705a38f798d Mon Sep 17 00:00:00 2001 From: Christoph Wolk Date: Sat, 3 Aug 2024 13:01:58 +0200 Subject: [PATCH] settings: improve .desktop GenericName and Comment The .desktop file for the non-Plasma settings app currently has a sentence as the GenericName, which is supposed to be the term of a class of applications, and does not have a Comment field, which is suitable for descriptions in the form of a sentence. This change sets the GenericName to "Device Synchronization Settings", and adds a Domment field that matches the description for the kcm. --- settings/org.kde.kdeconnect-settings.desktop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/org.kde.kdeconnect-settings.desktop b/settings/org.kde.kdeconnect-settings.desktop index 889ecd549..1aaea3698 100755 --- a/settings/org.kde.kdeconnect-settings.desktop +++ b/settings/org.kde.kdeconnect-settings.desktop @@ -54,7 +54,7 @@ Name[uk]=Параметри KDE Connect Name[x-test]=xxKDE Connect Settingsxx Name[zh_CN]=KDE Connect 设置 Name[zh_TW]=KDE 連線設定 -GenericName=Connect and sync your devices +GenericName=Device Synchronization Settings GenericName[ar]=اتّصل وزامن أجهزتك GenericName[az]=Cihazlarınızın qoşulması və eyniləşdirilməsi GenericName[bg]=Свържете и синхронизирайте вашите устройства @@ -105,6 +105,7 @@ GenericName[uk]=З’єднання і синхронізація ваших п GenericName[x-test]=xxConnect and sync your devicesxx GenericName[zh_CN]=连接并同步您的设备 GenericName[zh_TW]=連線並且同步您的裝置 +Comment=Configure device synchronization Categories=Qt;KDE;Settings;HardwareSettings; NotShowIn=KDE; SingleMainWindow=true