gnome-search-tool

Table 8.9. gnome-search-tool keys

KeyTypeDefaultDescription
/schemas/apps/gnome-search-tool/show_additional_optionsboolFALSE 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_textboolTRUE 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_thanboolFALSE 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_thanboolFALSE 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_leastboolFALSE 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_mostboolFALSE 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_emptyboolFALSE 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_userboolFALSE 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_groupboolFALSE 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_unrecognizedboolFALSE 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_containboolFALSE 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_expressionboolFALSE 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_foldersboolFALSE 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_linksboolFALSE 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_filesystemsboolFALSE 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_searchboolFALSE 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_pathslist[/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_scanboolFALSE 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_pathslist[/] 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_orderlist[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_widthint-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_heightint-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_maximizedboolFALSE This key determines if the search tool window starts in a maximized state.