15 lines
591 B
XML
15 lines
591 B
XML
<schemalist gettext-domain="ukui-search">
|
|
<schema id="org.ukui.search.settings" path="/org/ukui/ukui-search/settings/">
|
|
<key name="file-index-enable" type="b">
|
|
<default>false</default>
|
|
<summary>file index switch</summary>
|
|
<description>Enable or disable file index service.</description>
|
|
</key>
|
|
<key name="web-engine" type="s">
|
|
<default>"baidu"</default>
|
|
<summary>web engine</summary>
|
|
<description>Web engine to search keyword online.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|