Comment 36 for bug 1252655

Revision history for this message
In , Hjudt-l (hjudt-l) wrote :

(In reply to Harald Judt from comment #23)
> Unfortunately, there is another test case that doesn't work:
>
> 1) echo 2000 > x; mkdir test; touch test/x
> 2) open thunar
> 3) cut x
> 4) change into test
> 5) select x
> 6) paste
>
> There are delete events for the source folder, but the destination folder
> does not receive any events. Also, reloading the folder does not help.

Note that thunar-job.c signal-emits new_files for the new_files closure, but the standard-view does not call thunar_standard_view_new_files.

There is something else strange here: After step 6), the following happens:
thunar_file_monitor: event_path=/home/user/x, other_path=/home/user/(null)/x, file=user, event_type=7

What happened to test (other_path=...(null))???