1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: fixed description and binary in .desktop file
the binary is called "iannix", not "IanniX" (on case-sensitive filesystems).
the description should lack the .desktop extension
Author: IOhannes m zmölnig
Bug: https://github.com/buzzinglight/IanniX/pull/52
Last-Update: 2020-12-09
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
@@ -1,10 +1,10 @@
[Desktop Entry]
Name=IanniX
Comment=Graphical sequencer for digital art
-Exec=IanniX
+Exec=/usr/bin/iannix
Icon=/usr/share/pixmaps/IanniX.png
Terminal=false
Type=Application
X-MultipleArgs=false
Categories=Audio;AudioVideoEditing;AudioVideo;Video;Qt;
-Name[en_US]=IanniX.desktop
+Name[en_US]=IanniX
|