This file is indexed.

/usr/share/gconf/schemas/apps_sbackup_global-preferences.schemas is in sbackup 0.11.6-0ubuntu1.

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
<gconfschemafile>
  <schemalist>

    <!-- Keep the defaults in sync with the emergency fallbacks -->

    <!-- General preferences -->

    <schema>
      <key>/schemas/apps/sbackup/global-preferences/fs_backend</key>
      <applyto>/apps/sbackup/global-preferences/fs_backend</applyto>
      <owner>sbackup</owner>
      <type>string</type>
      <default>GIO</default>
      <locale name="C">
         <short>What filesystem backend to use for.</short>
         <long>
          If set to "GIO", then the GIO/GVFS backend is used for access of files and directories including remote destinations.
          If set to "FUSE", then Python's native filesystem functions in conjuction with FUSE plugins for access of remote destinations are used.
         </long>
      </locale>
    </schema>

  </schemalist>  
</gconfschemafile>