From fe366fee4440575fb6d1c2ed33c50b95fbb1d973 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Sun, 12 Nov 2023 20:58:31 -0600 Subject: [PATCH] Add the Game category back on Linux --- debian/ckan-cmdprompt.desktop | 2 +- debian/ckan-consoleui.desktop | 2 +- debian/ckan.desktop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/ckan-cmdprompt.desktop b/debian/ckan-cmdprompt.desktop index 4fddef196a..b93c58de91 100644 --- a/debian/ckan-cmdprompt.desktop +++ b/debian/ckan-cmdprompt.desktop @@ -2,7 +2,7 @@ Name=CKAN Command Prompt Comment=Comprehensive Kerbal Archive Network Command Prompt Icon=/usr/share/icons/ckan.ico -Categories=PackageManager;ConsoleOnly; +Categories=Game;PackageManager;ConsoleOnly; Exec=/usr/bin/ckan prompt Terminal=true Type=Application diff --git a/debian/ckan-consoleui.desktop b/debian/ckan-consoleui.desktop index 7cbda46fb7..d58447d47a 100644 --- a/debian/ckan-consoleui.desktop +++ b/debian/ckan-consoleui.desktop @@ -2,7 +2,7 @@ Name=CKAN Console UI Comment=Comprehensive Kerbal Archive Network Console UI Icon=/usr/share/icons/ckan.ico -Categories=PackageManager;ConsoleOnly; +Categories=Game;PackageManager;ConsoleOnly; Exec=/usr/bin/ckan consoleui Terminal=true Type=Application diff --git a/debian/ckan.desktop b/debian/ckan.desktop index d12a52dd32..30466b21d2 100644 --- a/debian/ckan.desktop +++ b/debian/ckan.desktop @@ -2,7 +2,7 @@ Name=CKAN Comment=Comprehensive Kerbal Archive Network Client Icon=/usr/share/icons/ckan.ico -Categories=PackageManager; +Categories=Game;PackageManager; Exec=/usr/bin/ckan Terminal=false Type=Application