(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))??? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1252655 Title: Thunar assigns date stamp of deleted file when previous (e.g. original) copy of file copied or moved into directory To manage notifications about this bug go to: https://bugs.launchpad.net/thunar/+bug/1252655/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
