[SCM] muse/master: Add %f option to desktop file Exec key

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Wed Aug 31 22:45:42 UTC 2016


The following commit has been merged in the master branch:
commit 78817c2ada5c223a56b73bdbdbff974fa364b3a1
Author: James Cowgill <jcowgill at debian.org>
Date:   Wed Aug 31 23:06:55 2016 +0100

    Add %f option to desktop file Exec key

diff --git a/debian/patches/1003-desktop.patch b/debian/patches/1003-desktop.patch
new file mode 100644
index 0000000..7ef6615
--- /dev/null
+++ b/debian/patches/1003-desktop.patch
@@ -0,0 +1,16 @@
+Description: Add %f option to desktop file Exec key
+ This allows muse to appear to file managers as capable of opening midi files.
+Author: James Cowgill <jcowgill at debian.org>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/packaging/muse.desktop.in
++++ b/packaging/muse.desktop.in
+@@ -4,7 +4,7 @@ GenericName=Audio/MIDI Sequencer
+ Comment=Midi Music Editor
+ Icon=muse_icon
+ Type=Application
+-Exec=${MusE_EXEC_NAME}
++Exec=${MusE_EXEC_NAME} %f
+ Terminal=false
+ Categories=Sequencer;Midi;X-Jack;X-Sequencers;X-MIDI;Audio;AudioVideo;
+ MimeType=audio/midi;application/x-muse;application/xml;
diff --git a/debian/patches/series b/debian/patches/series
index ec8eca6..d6a4566 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 1001-buildsystem.patch
 1002-abs-errors.patch
+1003-desktop.patch

-- 
muse packaging



More information about the pkg-multimedia-commits mailing list