I stand corrected, it also happens with copy&paste. But I got a bit further to a solution: Indeed, this seems to be a timing problem.
http://git.xfce.org/xfce/thunar/tree/thunar/thunar-job.c#n573 Adding sleep (1); before this line solves the problem for me: -- /* emit the "new-files" signal */ sleep (1); exo_job_emit (EXO_JOB (job), job_signals[NEW_FILES], 0, file_list); -- The move event is also properly triggered, with no "(null)" in other_path. -- 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
