GNOME Bugzilla – Bug 303470
'Date Modified' Lost when copying folder
Last modified: 2005-05-15 22:33:58 UTC
Version details: Nautilus version 2.10.0 Distribution/Version: SuSE .3 1) Launch the Gnome File Manager (Nautilus). 2) Copy a directory (preferably one that contains sub-directories) from one location to another: right click, copy file, then paste. 3) Open a shell, and do an 'ls -l' on the target directory (the directory that was created by the copy). 4) The Date Modified on the target directory (as well as its sub-directories) shows as 1969-12-31. 5) The Date Modified of any regular files (non-directories) inside the target directory is preserved correctly. It is only the Date Modified of the target directory (and sub-directories) that is dropped. Expected Results: The Date Modified on the target directory should be the same as the date modified on the original directory. The Date Modified should not be set back to 1969-12-31.
The distribution should be SuSE 9.3 Professional. I've also reported this bug to SuSE.
Confirmed. Nautilus 2.8.2 is also affected copy any arbitrary folder and its "date modified" property will be reset to 1969, i.e. Unix time 0. +Severity trivial as this should hardly hurt anyone Retitling
Dom please state in your SuSE report that you have submitted this to Gnome bugzilla and point to this report.
I updated my SuSE report to include a link to this bug report. The SuSE report ticket number is 20050507990000117.
gnomevfs-copy does the same, reassigning
Created attachment 46234 [details] [review] Patch to fix the issue For the those who are curious and maybe distributors, here is the patch against HEAD.
Fix on HEAD (will get on gnome-2-10 soon though).
*** Bug 304295 has been marked as a duplicate of this bug. ***