diff --git a/CHANGELOG.md b/CHANGELOG.md index f955c781bc..340dedd129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file. - [Multiple] Alternate mod dirs for validation and manual installs (#3891 by: HebaruSan; reviewed: techman83) - [Core] Fix archive.org fallback URLs for versions with spaces (#3899 by: HebaruSan) - [Multiple] Fix auto-remove during upgrade (#3913 by: HebaruSan; reviewed: techman83) +- [Build] Clean up Linux .desktop files (#3927 by: irasponsible; reviewed: HebaruSan) ### Internal diff --git a/debian/ckan-cmdprompt.desktop b/debian/ckan-cmdprompt.desktop index 0eb713d4d6..4fddef196a 100644 --- a/debian/ckan-cmdprompt.desktop +++ b/debian/ckan-cmdprompt.desktop @@ -1,8 +1,8 @@ [Desktop Entry] -Name=CKAN Command Propmt +Name=CKAN Command Prompt Comment=Comprehensive Kerbal Archive Network Command Prompt Icon=/usr/share/icons/ckan.ico -Categories=Game;Utility +Categories=PackageManager;ConsoleOnly; Exec=/usr/bin/ckan prompt Terminal=true Type=Application diff --git a/debian/ckan-consoleui.desktop b/debian/ckan-consoleui.desktop index 886dfa694a..7cbda46fb7 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=Game;Utility +Categories=PackageManager;ConsoleOnly; Exec=/usr/bin/ckan consoleui Terminal=true Type=Application diff --git a/debian/ckan.desktop b/debian/ckan.desktop index 367dabddc3..d12a52dd32 100644 --- a/debian/ckan.desktop +++ b/debian/ckan.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Name=CKAN -Comment=Comprehensive Kerbal Archive Network client +Comment=Comprehensive Kerbal Archive Network Client Icon=/usr/share/icons/ckan.ico -Categories=Game;Utility +Categories=PackageManager; Exec=/usr/bin/ckan Terminal=false Type=Application