GNOME Bugzilla – Bug 310509
GTumb handles renamed files incorrect
Last modified: 2006-12-08 13:18:42 UTC
Please describe the problem: WHen renaming a file (from nautilus for example), gthumb adds a file to it's view. Rather than 'renaming' the file that was already there. Please take a look at the implementation of eog for this. The implementations/fixes for Bug 308634 and Bug 310463 handle file-renames in eog. This works. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Note: Bug 310463 is a specific implementation to handle file-renames on a single file correctly. Yes I know it's hard with gnome-vfs-monitor. The implementation for Bug 310463 shows how to do it/hack it.
Note: Bug 308634 however is probably how you guys should do it. I haven't investigated the code of gthumb this eog does more or less the same thing when displaying folders. It does work correctly in CVS HEAD of eog cause of the implementation for that bug. The other one (Bug 310463)is only used to update the treeview in which the information of the current file is shown. Feel free to ask questions about it.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.