From baf0c180bd1f19cf0cb9630c82555ccbc5e16354 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 3 Sep 2021 14:16:44 +0100 Subject: [PATCH] Add .desktop file --- musicmuster.desktop | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 musicmuster.desktop diff --git a/musicmuster.desktop b/musicmuster.desktop new file mode 100644 index 0000000..cbaffdf --- /dev/null +++ b/musicmuster.desktop @@ -0,0 +1,24 @@ +[Desktop Entry] + +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=MusicMuster + +# A comment which can/will be used as a tooltip +Comment=Music play for internet radio + +# The path to the folder in which the executable is run +Path=/usr/local/bin + +# The executable of the application, possibly with arguments. +Exec=musicmuster + +# Describes whether this application needs to be run in a terminal or not +Terminal=false + +# Describes the categories in which this entry should be shown +Categories=AudioVideo;Audio;