Settings
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:
- 메뉴
-
를 선택합니다.
- 명령행
-
Execute the following command: gconf-editor
4.1. Disable Quick Search
키 이름: /apps/gnome-search-tool/disable_quick_search
기본값: 거짓
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
키 이름: /apps/gnome-search-tool/disable_quick_search_second_scan
기본값: 거짓
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
키 이름: /apps/gnome-search-tool/quick_search_excluded_paths
기본값: [/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
키 이름: /apps/gnome-search-tool/quick_search_second_scan_excluded_paths
기본값: [/]
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.