User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060413 Ubuntu/dapper Firefox/1.5.0.1 Build Identifier: xfdesktop SVN trunk If you rename a file on the desktop it changes it's position in the grid. Reproducible: Always Steps to Reproduce: 1. Place or create a file on the desktop. 2. Right click on the file and choose Rename from the context menu. 3. Enter a new name and click Rename. Actual Results: The renamed file icon moves to a different position on the desktop. Expected Results: The icon should stay where it was before the rename.
I tried implementing this, but it seems thunar-vfs sends a 'created' event for the new name before it sends the 'deleted' event for the old name, so the way I figured I could do this isn't working. I'm not really sure what the best way is; this probably isn't going to happen.
(In reply to comment #1) > I tried implementing this, but it seems thunar-vfs sends a 'created' event for > the new name before it sends the 'deleted' event for the old name, so the way I > figured I could do this isn't working. I'm not really sure what the best way > is; this probably isn't going to happen. > I can reproduce this on 4.4.x. What to do with this report?
*** Bug 5609 has been marked as a duplicate of this bug. ***
Hi, I can reproduce it with xfdesktop 4.7.2 (after the gio port)
I can reproduce it with xfdesktop 4.8.0 GIT (2011-01-30 13:34:52)
Using the GIO G_FILE_MONITOR_SEND_MOVED this has been fixed and pushed to master in: http://git.xfce.org/xfce/xfdesktop/commit/?id=f606524d5d8b91c983c2412af291e6d4d6c66678 and improved a bit in this patch: http://git.xfce.org/xfce/xfdesktop/commit/?id=c59a41c48a75d9567fa3dc0d34a4fcc1381da4db These fixes are available in xfdesktop 4.11 (dev release) or will be in the the next stable version of xfdesktop 4.12.