/usr/share/glib-2.0/schemas/org.freedesktop.Tracker.DB.gschema.xml is in tracker 0.16.2-1ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/freedesktop/tracker/db/" id="org.freedesktop.Tracker.DB" gettext-domain="tracker">
<key type="i" name="journal-chunk-size">
<default>50</default>
<summary>Maximum size of journal</summary>
<description>Size of the journal at rotation in MB. Use -1 to disable rotating.</description>
</key>
<key type="s" name="journal-rotate-destination">
<default>''</default>
<summary>Location of journal pieces</summary>
<description>Where to store a journal chunk when it hits the max size.</description>
</key>
</schema>
</schemalist>
|