File: desktop.patch

package info (click to toggle)
iannix 0.9.20~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 9,964 kB
  • sloc: cpp: 42,061; ansic: 12,322; javascript: 10,738; makefile: 38
file content (23 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (2)
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/
--- iannix.orig/iannix.desktop
+++ iannix/iannix.desktop
@@ -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