25 lines
599 B
Desktop File
25 lines
599 B
Desktop File
[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;
|