This file is indexed.

/usr/share/tracker/tracker-status.xml is in tracker 1.2.4-2.

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
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>

<node name="/">
  <interface name="org.freedesktop.Tracker1.Status">

   <method name="GetStatus">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="status" direction="out" />
    </method>
    <method name="GetProgress">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="d" name="progress" direction="out" />
    </method>
    <method name="Wait">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
    </method>

    <!-- Signals -->
    <signal name="Progress">
      <arg type="s" name="status" />
      <arg type="d" name="progress" />
    </signal>


  </interface>
</node>