[Thunar-dev] Custom actions

André Miranda andre42m at gmail.com
Wed Mar 6 19:29:05 CET 2019


On 06/03/2019 13:05, Dani wrote:
> When run thunar from terminal, no show nothing.
> (Seems to have no verbose mode, as -> $ thunar &)
No need to append an ampersand, did you first kill the daemon instance? 
Run thunar -q && thunar.

> This not work for me:
>
> for i in %F; do source=$i; moveTo="/blog_src/"; 
> target="${source/\/blog_web\//$moveTo}"; mv "$source $target"; done
It has to be mv "$source" "$target"

> I test with (multi select)
>
> for i in %F; do source=$i; moveTo="/blog_src/"; 
> target="${source/\/blog_web\//$moveTo}"; zenity --info --text=$source; 
> zenity --info --text=$moveTo; zenity --info --text=$target; done
>
> No show anything
With two files named "a" and "b", this command works for me, 6 dialogs 
appear one after the other, their outputs are:
/home/andre/Downloads/blog_web/a
/blog_src/
/home/andre/Downloads/blog_src/a
/home/andre/Downloads/blog_web/b
/blog_src/
/home/andre/Downloads/blog_src/b



More information about the Thunar-dev mailing list