User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060805 Firefox/1.5.0.6 Build Identifier: The %d option simply returns the output of %f Reproducible: Always Steps to Reproduce: 1. Create a custom action, test, with a command using %f, such as terminal -H -x echo %f 2. 3. Actual Results: /path/to/file/filename Expected Results: /path/to/file or /path/to/file/
Created attachment 745 Suggested patch Should fix the problem.
Committed with revision 22885. 2006-08-26 Benedikt Meurer <benny@xfce.org> * plugins/thunar-uca/thunar-uca-model.c(thunar_uca_model_parse_argv): Substitute %d properly. Bug #2214.