Mercurial > minori
annotate rc/sys/linux/Minori.desktop @ 266:1a6a5d3a94cd
dep/animone: make bsd.cc and x11.cc actually work
apparently I broke these, and even now the x11 code *still* doesn't want
to work correctly (at least on FreeBSD). half of the PID response codes
are just 0 or the PID for the X server itself... wtf?
maybe dwm just doesn't support the XRes extension, or I'm just stupid.
i don't know.
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 11 Apr 2024 22:05:41 -0400 |
parents | 862d0d8619f6 |
children | bf89fbf7ff38 |
rev | line source |
---|---|
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; |