అమరికలు

Search for Files provides gconf keys to modify some of its behavior. The gconf values can be changed by starting the Configuration Editor in the following ways:

Applications menu

Choose System Tools ▸ Configuration Editor.

Command line

Execute the following command: gconf-editor

4.1. Disable Quick Search

Key name: /apps/gnome-search-tool/disable_quick_search

Default value: false

Search for Files speeds up file name searches by using the locate command. Locate provides a secure way to index and quickly search for file names. Because locate relies on a file index, the Search results list may not always be up to date.

4.2. Disable Quick Search Second Scan

Key name: /apps/gnome-search-tool/disable_quick_search_second_scan

Default value: false

After completing a quick search, Search for Files will perform a thorough search using the find command. The purpose of this second scan is to find files that have not been indexed. Files that match the search criteria are added to the Search results list keeping the list up to date.

4.3. Quick Search Excluded Paths

Key name: /apps/gnome-search-tool/quick_search_excluded_paths

Default values: [/mnt/*,/media/*,/dev/*,/tmp/*,/proc/*,/var/*]

Search for Files will not perform a quick search for paths defined by this key. File name searches in the defined paths will use the find command. The wildcards '*' and '?' are supported.

4.4. Quick Search Second Scan Excluded Paths

Key name: /apps/gnome-search-tool/quick_search_second_scan_excluded_paths

Default values: [/]

Search for Files will not perform a second scan after a quick search for the paths defined by this key. Quick searches in the defined paths will not be followed by a thorough search using the find command. The wildcards '*' and '?' are supported.

4.5. Show Additional Options

Key name: /apps/gnome-search-tool/show_additional_options

Default value: false

This key determines if the Select more options section is expanded when Search for Files is started.