GNOME Bugzilla – Bug 143903
New hidden folder or file displays as "untitled"
Last modified: 2011-06-21 05:52:31 UTC
Description of Problem: Creating a hidden file or folder in Nautilus shows the new file as still being "untitled" until the directory is refreshed. Steps to reproduce the problem: 1. Turn "Show Hidden and Backup Files" off 2. Create a new folder named ".test" Actual Results: Folder displays as "untitled folder". Expected Results: Folder should show it's full name but not disappear (because hidden files are off) until refreshed so it can be used immediately. How often does this happen? Every time. Additional Information: None.
Yeah, that's buggy.
This seems to work as expected for me with Nautilus 2.11, in List View it just takes some time (1 or 2 seconds) until "untitled folder" becomes ".test", but this is probably due to a desired timeout. Feel free to reopen if you can still verify this with recent Nautilus versions.
I've updated the version because I still get this bug using nautilus 2.11.1, reopening. The name is only updated on a keyboard/mouse action here.
*** Bug 324537 has been marked as a duplicate of this bug. ***
I've done some investigation, and the trick is probably to hook fm_rename_file with a to be created callback inside FMListView/FMIconView and - if fm_directory_view_should_show_file is FALSE - invoke the remove_file chain.
I can't reproduce this on 2.14, closing.
I can reproduce this with 2.14.1 on Ubuntu Dapper.
*** Bug 347666 has been marked as a duplicate of this bug. ***
*** Bug 399751 has been marked as a duplicate of this bug. ***
Works fine here with 2.21.90, closing as OBSOLETE. Please reopen this bug report or open a new one if this still occurs, thanks!