File: 1005_desktop_file.patch

package info (click to toggle)
jamin 0.98.9~git20170111~199091~repack1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,272 kB
  • sloc: ansic: 12,842; perl: 679; makefile: 148; sh: 131; xml: 96
file content (23 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Subject: Fix desktop file as Freedesktop.org's per-spec.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: no
---
 data/jamin.desktop.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- jamin.orig/data/jamin.desktop.in
+++ jamin/data/jamin.desktop.in
@@ -1,10 +1,10 @@
 [Desktop Entry]
-Encoding=UTF-8
 _Name=JAMin
 _GenericName=
 _Comment=JACK Audio Mastering interface
-Categories=Application;AudioVideo;
-Exec=jamin
+Categories=AudioVideo;Audio;
+Keywords=audio;sound;mastering;ladspa
+Exec=/usr/share/jamin/jamin-wrapper %f
 Icon=jamin.svg
 MimeType=application/x-jamin;
 StartupNotify=true