This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.MultiWriter.gschema.xml is in gnome-multi-writer 3.18.0-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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<schemalist>
  <schema id="org.gnome.MultiWriter" path="/org/gnome/MultiWriter/">
    <key name="filename" type="s">
      <default>''</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>The filename to write to the USB disks</summary>
      <!-- TRANSLATORS: schema description -->
      <description>The filename of the ISO image to write to the connected USB disks.</description>
    </key>
    <key name="max-threads" type="u">
      <default>10</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>The maximum number of threads to use</summary>
      <!-- TRANSLATORS: schema description -->
      <description>The maximum number of parallel threads to use when copying data.</description>
    </key>
    <key name="blank-drive" type="b">
      <default>true</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>Completely blank drive when writing</summary>
      <!-- TRANSLATORS: schema description -->
      <description>Write the ISO to the drive and then blank the remainder of the drive.</description>
    </key>
    <key name="enable-verify" type="b">
      <default>true</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>Verify the ISO image was written correctly</summary>
      <!-- TRANSLATORS: schema description -->
      <description>Read and verify the ISO image from each device after writing is complete.</description>
    </key>
    <key name="enable-probe" type="b">
      <default>false</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>Inspect the device before writing images</summary>
      <!-- TRANSLATORS: schema description -->
      <description>Inspect the device to verify the reported device size is the actual media size.</description>
    </key>
    <key name="show-warning" type="b">
      <default>true</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>Show a warning before writing to a drive</summary>
      <!-- TRANSLATORS: schema description -->
      <description>Show a warning dialog confirming that the device contents are to be erased.</description>
    </key>
  </schema>
</schemalist>