| 
237
 | 
     1 [Desktop Entry]
 | 
| 
 | 
     2 
 | 
| 
 | 
     3 # The type as listed above
 | 
| 
 | 
     4 Type=Application
 | 
| 
 | 
     5 
 | 
| 
 | 
     6 # The version of the desktop entry specification to which this file complies
 | 
| 
 | 
     7 Version=1.4
 | 
| 
 | 
     8 
 | 
| 
 | 
     9 # The name of the application
 | 
| 
 | 
    10 Name=Minori
 | 
| 
 | 
    11 
 | 
| 
 | 
    12 # A comment which can/will be used as a tooltip
 | 
| 
 | 
    13 Comment=A lightweight anime tracker built with Qt.
 | 
| 
 | 
    14 
 | 
| 
 | 
    15 # Executable name
 | 
| 
 | 
    16 Exec=minori
 | 
| 
 | 
    17 
 | 
| 
 | 
    18 # Favicon
 | 
| 
 | 
    19 Icon=Minori
 | 
| 
 | 
    20 
 | 
| 
 | 
    21 # Describes whether this application needs to be run in a terminal or not
 | 
| 
 | 
    22 Terminal=false
 | 
| 
 | 
    23 
 | 
| 
 | 
    24 Categories=Utility;Qt; |