tor, 26 01 2006 kl. 17:12 +0100, skrev Vincent: > Hey, > > I tried to configure the custom action to copy a file from my > ~/Templates folder to the current directory, but one way or another, > it doesn't work. I find explaining a bit difficult, and a picture says > more than a thousand words, so http://imgnow.net/imgs/aargh.png
That's because you have putted single quote characters around the full command. You shouldn't do that - try to do it in a terminal, and it will fail as well. Try the following command: cp ~/Templates/Text %f/ > Vincent Stefan _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
