1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Subject: Improve desktop file to comply with Freedesktop.org's spec.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: http://dev.drobilla.net/ticket/678
---
patchage.desktop.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- patchage-0.5.0.orig/patchage.desktop.in
+++ patchage-0.5.0/patchage.desktop.in
@@ -1,9 +1,8 @@
[Desktop Entry]
-Encoding=UTF-8
Name=@APP_HUMAN_NAME@
Comment=Connect audio and MIDI applications together and manage audio sessions
Exec=@BINDIR@/@APP_INSTALL_NAME@
Terminal=false
Icon=@APP_INSTALL_NAME@
Type=Application
-Categories=Application;AudioVideo;Audio
+Categories=AudioVideo;Audio;
|