GNOME Bugzilla – Bug 149096
Select Pattern doesn't work in Trash
Last modified: 2004-12-22 21:47:04 UTC
1. Open Trash folder 2. Press Ctrl+S or otherwise activate edit/select pattern 3. Type * or some other pattern Observe: nothing gets selected, unlike for other folders.
Confirmed on Nautilus 2.7.3 (cvs actually). Updating version. Seems specific to Trash (tried fonts:///, burn:///, computer).
Created attachment 32409 [details] [review] fixes pattern selection in Trash and on Desktop Now that ctrl-S also works on the desktop in CVS HEAD, the desktop also experiences the same problem. I've attached a patch that allows pattern selection to work properly both in the Trash and on the Desktop. Changes: * Modified libnautilus-private/nautilus-directory.c & libnautilus-private/nautilus-directory.h to make nautilus_directory_get_file_list() into a public virtual method. * Modified libnautilus-private/nautilus-desktop-directory.c to override nautilus_directory_get_file_list() so that it can include $HOME/Desktop's contents in the list of files. * Modified libnautilus-private/nautilus-merged-directory.c to override nautilus_directory_get_file_list() so that it will include all files in the list of merged directories.
Fixed in cvs. Thanks for the patch.