[Pkg-xfce-commits] r1279 - in goodies/xfmedia/debian: . patches
corsac-guest at alioth.debian.org
corsac-guest at alioth.debian.org
Sat May 26 12:46:41 UTC 2007
Author: corsac-guest
Date: 2007-05-26 12:46:40 +0000 (Sat, 26 May 2007)
New Revision: 1279
Added:
goodies/xfmedia/debian/patches/04_permit-multiple-filenames-on-remote-Exec.patch
Modified:
goodies/xfmedia/debian/changelog
Log:
add patch to enable multiple open
Modified: goodies/xfmedia/debian/changelog
===================================================================
--- goodies/xfmedia/debian/changelog 2007-05-26 12:43:15 UTC (rev 1278)
+++ goodies/xfmedia/debian/changelog 2007-05-26 12:46:40 UTC (rev 1279)
@@ -5,6 +5,9 @@
* debian/control:
- recommends dbus instead of dbus-1-utils.
- removed Jani from uploaders as he's not anymore in the team.
+ * debian/patches: 04_permit-multiple-filenames-on-remote-Exec.patch
+ - people can now select multiple file and select "open in xfmedia" from
+ their file manager. Thanks Erich Schubert. closes: #415966
(Stefan Ott)
* Added a patch to change the volume-step size closes: #331584
Added: goodies/xfmedia/debian/patches/04_permit-multiple-filenames-on-remote-Exec.patch
===================================================================
--- goodies/xfmedia/debian/patches/04_permit-multiple-filenames-on-remote-Exec.patch (rev 0)
+++ goodies/xfmedia/debian/patches/04_permit-multiple-filenames-on-remote-Exec.patch 2007-05-26 12:46:40 UTC (rev 1279)
@@ -0,0 +1,14 @@
+--- xfmedia.desktop.in.old 2006-11-27 08:21:25.000000000 +0100
++++ xfmedia.desktop.in 2007-03-23 16:52:20.000000000 +0100
+@@ -14,9 +14,9 @@
+ Actions=Enqueue;Enqueue and Play;
+
+ [Desktop Action Enqueue]
+-Exec=xfmedia-remote -a %f
++Exec=xfmedia-remote -a %F
+ _Name=Enqueue in Xfmedia
+
+ [Desktop Action Enqueue and Play]
+-Exec=xfmedia-remote -p -a %f
++Exec=xfmedia-remote -p -a %F
+ _Name=Enqueue and play with Xfmedia
More information about the Pkg-xfce-commits
mailing list