[Xfce-bugs] [Bug 11751] Thunar 1.6.6 Configure custom actions not working with filenames containing spaces

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue Mar 24 02:22:16 CET 2015


https://bugzilla.xfce.org/show_bug.cgi?id=11751

--- Comment #1 from pressanykey <keith.rodenhausen at gmail.com> ---
Sorry, Forum showed me how to fix.

So, the custom command doesn't need double quotes around the %f or %F..
/home/whatever/bin/MediaInfo.sh %F

And the /home/whatever/bin/MediaInfo.sh script that gets called looks something
like:

#!/bin/sh

for inpath in "$@"; do
   mediainfo-gui "${inpath}" &
done


I needed the double quotes: "$@"

So, this wasn't a problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list