26 lines
572 B
Desktop File
26 lines
572 B
Desktop File
[Desktop Entry]
|
|
|
|
# The type as listed above
|
|
Type=Application
|
|
|
|
# The version of the desktop entry specification to which this file complies
|
|
Version=1.0
|
|
|
|
# The name of the application
|
|
Name=toolbox
|
|
|
|
# A comment which can/will be used as a tooltip
|
|
Comment=A collection of useful tools
|
|
|
|
# The executable of the application, possibly with arguments.
|
|
Exec=toolbox
|
|
|
|
# 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=Utility;
|
|
|
|
# Icon
|
|
Icon=space.quietfeathers.toolbox
|