From afaf42ee70bb886b6ec21d3f9ecc1452cd7fdfda Mon Sep 17 00:00:00 2001 From: Brent Hull Date: Thu, 3 Jan 2013 14:18:46 -0500 Subject: Port mate-search-tool to gsettings (based on GNOME patch, but restoring caja date-format preference) --- gsearchtool/help/C/mate-search-tool.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gsearchtool/help/C') diff --git a/gsearchtool/help/C/mate-search-tool.xml b/gsearchtool/help/C/mate-search-tool.xml index a1516616..d1b94d7d 100644 --- a/gsearchtool/help/C/mate-search-tool.xml +++ b/gsearchtool/help/C/mate-search-tool.xml @@ -476,57 +476,57 @@ - + Settings - &app; provides mateconf keys to modify some of its behavior. The mateconf values can be changed by starting the Configuration Editor in the following ways: + &app; provides gsettings keys to modify some of its behavior. The gsettings values can be changed by starting the Configuration Editor in the following ways: Applications menu - Choose System ToolsConfiguration Editor. + Choose System Toolsdconf Editor. Command line - Execute the following command: mateconf-editor + Execute the following command: dconf-editor Disable Quick Search - Key name: /apps/mate-search-tool/disable_quick_search + Key name: org.mate.search-tool.disable-quick-search Default value: false &app; 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. Disable Quick Search Second Scan - Key name: /apps/mate-search-tool/disable_quick_search_second_scan + Key name: org.mate.search-tool.disable-quick-search-second-scan Default value: false After completing a quick search, &app; 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. Quick Search Excluded Paths - Key name: /apps/mate-search-tool/quick_search_excluded_paths + Key name: org.mate.search-tool.quick-search-excluded-paths Default values: [/mnt/*,/media/*,/dev/*,/tmp/*,/proc/*,/var/*] &app; 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. Quick Search Second Scan Excluded Paths - Key name: /apps/mate-search-tool/quick_search_second_scan_excluded_paths + Key name: org.mate.search-tool.quick-search-second-scan-excluded-paths Default values: [/] &app; 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. Show Additional Options - Key name: /apps/mate-search-tool/show_additional_options + Key name: org.mate.search-tool.show-additional-options Default value: false This key determines if the Select more options section is expanded when &app; is started. -- cgit v1.2.1