Table 8.9. gnome-search-tool keys
| Key | Type | Default | Description |
|---|---|---|---|
| /schemas/apps/gnome-search-tool/show_additional_options | bool | FALSE | This key determines if the "Select more options" section is expanded when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/contains_the_text | bool | TRUE | This key determines if the "Contains the text" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/date_modified_less_than | bool | FALSE | This key determines if the "Date modified less than" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/date_modified_more_than | bool | FALSE | This key determines if the "Date modified more than" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/size_at_least | bool | FALSE | This key determines if the "Size at least" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/size_at_most | bool | FALSE | This key determines if the "Size at most" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/file_is_empty | bool | FALSE | This key determines if the "File is empty" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/owned_by_user | bool | FALSE | This key determines if the "Owned by user" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/owned_by_group | bool | FALSE | This key determines if the "Owned by group" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/owner_is_unrecognized | bool | FALSE | This key determines if the "Owner is unrecognized" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/name_does_not_contain | bool | FALSE | This key determines if the "Name does not contain" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/name_matches_regular_expression | bool | FALSE | This key determines if the "Name matches regular expression" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/show_hidden_files_and_folders | bool | FALSE | This key determines if the "Show hidden files and folders" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/follow_symbolic_links | bool | FALSE | This key determines if the "Follow symbolic links" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/select/include_other_filesystems | bool | FALSE | This key determines if the "Include other filesystems" search option is selected when the search tool is started. |
| /schemas/apps/gnome-search-tool/disable_quick_search | bool | FALSE | This key determines if the search tool disables the use of the locate command when performing simple file name searches. |
| /schemas/apps/gnome-search-tool/quick_search_excluded_paths | list | [/mnt/*,/media/*,/dev/*,/tmp/*,/proc/*,/var/*] | This key defines the paths the search tool will exclude from a quick search. The wildcards '*' and '?' are supported. The default values are /mnt/*, /media/*, /dev/*, /tmp/*, /proc/*, and /var/*. |
| /schemas/apps/gnome-search-tool/disable_quick_search_second_scan | bool | FALSE | This key determines if the search tool disables the use of the find command after performing a quick search. |
| /schemas/apps/gnome-search-tool/quick_search_second_scan_excluded_paths | list | [/] | This key defines the paths the search tool will exclude from a second scan when performing a quick search. The second scan uses the find command to search for files. The purpose of the second scan is to find files that have not been indexed. The wildcards '*' and '?' are supported. The default value is /. |
| /schemas/apps/gnome-search-tool/columns_order | list | [0] | This key defines the order of the columns in the search results. This key should not be modified by the user. |
| /schemas/apps/gnome-search-tool/default_window_width | int | -1 | This key defines the window width, and it's used to remember the size of the search tool between sessions. Setting it to -1 will make the search tool use the default width. |
| /schemas/apps/gnome-search-tool/default_window_height | int | -1 | This key defines the window height, and it's used to remember the size of the search tool between sessions. Setting it to -1 will make the search tool use the default height. |
| /schemas/apps/gnome-search-tool/default_window_maximized | bool | FALSE | This key determines if the search tool window starts in a maximized state. |