Le Thu, 9 Mar 2006 16:57:36 +0100,
Glide <[EMAIL PROTECTED]> a écrit :
> It's not about Thunar but here is a solution using bash. Create an
> executable script called convertpng.sh with
>
> #!/bin/bash
> for file in $*
> do
> convert [your options here] "$file" "${file%.*}.png"
> done
>
> Then create a custom action calling that script with:
> /path/to/convertpng.sh %F
>
> It works with multiples files.
>
> Bonne journée :)
Just the kind of script I had in mind.
Merci beaucoup :)
_______________________________________________
Thunar-dev mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/thunar-dev