From 0d36d61761a1d68839d61f521889dba3db7f514f Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 9 Sep 2015 12:09:52 +0300 Subject: gsearchtool: move smclient stuff there, move sources to src/ subdir --- .../data/org.mate.search-tool.gschema.xml.in | 117 +++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 gsearchtool/data/org.mate.search-tool.gschema.xml.in (limited to 'gsearchtool/data/org.mate.search-tool.gschema.xml.in') diff --git a/gsearchtool/data/org.mate.search-tool.gschema.xml.in b/gsearchtool/data/org.mate.search-tool.gschema.xml.in new file mode 100644 index 00000000..b6a532c4 --- /dev/null +++ b/gsearchtool/data/org.mate.search-tool.gschema.xml.in @@ -0,0 +1,117 @@ + + + + [ ] + <_summary>Search history + <_description>This key defines the items which were searched for in the past. + + + false + <_summary>Show Additional Options + + + false + <_summary>Disable Quick Search + <_description>This key determines if the search tool disables the use of the locate command when performing simple file name searches. + + + [ '/mnt/*', '/media/*', '/dev/*', '/tmp/*', '/proc/*', '/var/*' ] + <_summary>Quick Search Excluded Paths + <_description>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/*. + + + false + <_summary>Disable Quick Search Second Scan + <_description>This key determines if the search tool disables the use of the find command after performing a quick search. + + + [ '/' ] + <_summary>Quick Search Second Scan Excluded Paths + <_description>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 /. + + + [ 0 ] + <_summary>Search Result Columns Order + <_description>This key defines the order of the columns in the search results. This key should not be modified by the user. + + + -1 + <_summary>Default Window Width + <_description>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. + + + -1 + <_summary>Default Window Height + <_description>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. + + + false + <_summary>Default Window Maximized + <_description>This key determines if the search tool window starts in a maximized state. + + + '' + <_summary>Look in Folder + <_description>This key defines the default value of the "Look in Folder" widget. + + + + + + true + <_description>This key determines if the "Contains the text" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Date modified less than" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Date modified more than" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Size at least" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Size at most" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "File is empty" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Owned by user" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Owned by group" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Owner is unrecognized" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Name does not contain" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Name matches regular expression" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Show hidden files and folders" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Follow symbolic links" search option is selected when the search tool is started. + + + false + <_description>This key determines if the "Exclude other filesystems" search option is selected when the search tool is started. + + + -- cgit v1.2.1