~mhr3/unity-lens-files/fix-947856

« back to all changes in this revision

Viewing changes to data/com.canonical.Unity.FilesLens.gschema.xml.in.in

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2012-03-08 17:54:50 UTC
  • mfrom: (212.1.6 unity-lens-files)
  • Revision ID: tarmac-20120308175450-aj62d2ch3fpxspar
Use locate to make sure we're able to find files which aren't logged by Zeitgeist. Also adds a gsettings schema where this can be easily disabled.

UNBLOCK. Fixes: . Approved by Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema path="/desktop/unity/lenses/files/" id="com.canonical.Unity.FilesLens" gettext-domain="unity-lens-files">
 
3
    <key type="b" name="use-locate">
 
4
      <default>true</default>
 
5
      <summary>Use locate during searches.</summary>
 
6
      <description>Use locate during searches to make sure the lens is able to find most of their files even it they're not logged by Zeitgeist.</description>
 
7
    </key>
 
8
  </schema>
 
9
</schemalist>