From 30d93be49c700f469e662aafd17bf71419b57a6a Mon Sep 17 00:00:00 2001 From: Owen D'Aprile Date: Tue, 27 Sep 2022 21:21:40 -0400 Subject: [PATCH] linux: update desktop file Remove unnecessary keys, tweak the comment, and add categories. --- desktop/samplebrain.desktop | 10 ++++------ desktop/samplebrain.desktop~ | 7 ------- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 desktop/samplebrain.desktop~ diff --git a/desktop/samplebrain.desktop b/desktop/samplebrain.desktop index 20d400b..0b94e56 100644 --- a/desktop/samplebrain.desktop +++ b/desktop/samplebrain.desktop @@ -1,10 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 Type=Application Name=Samplebrain -Comment=A sample masher designed by Aphex Twin -Exec=samplebrain +Comment=A custom sample mashing app designed by Aphex Twin Icon=samplebrain -Terminal=false -Categories=GNOME;Application; -StartupNotify=true \ No newline at end of file +Exec=samplebrain +Categories=AudioVideo;Music +StartupNotify=true diff --git a/desktop/samplebrain.desktop~ b/desktop/samplebrain.desktop~ deleted file mode 100644 index fd7a886..0000000 --- a/desktop/samplebrain.desktop~ +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.0 -Name=Samplebrain -GenericName="Samplebrain" -Exec=samplebrain -Icon=samplebrain