This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.builder.gschema.xml is in gnome-builder 3.28.1-1ubuntu1.

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
47
<schemalist>
  <schema id="org.gnome.builder" path="/org/gnome/builder/" gettext-domain="gnome-builder">
    <key name="window-size" type="(ii)">
      <default>(-1, -1)</default>
      <summary>Window size</summary>
      <description>Window size (width and height).</description>
    </key>
    <key name="window-position" type="(ii)">
      <default>(-1,-1)</default>
      <summary>Window position</summary>
      <description>Window position (x and y).</description>
    </key>
    <key name="window-maximized" type="b">
      <default>true</default>
      <summary>Window maximized</summary>
      <description>Window maximized state</description>
    </key>
    <key name="night-mode" type="b">
      <default>false</default>
      <summary>Night Mode</summary>
      <description>Prefer dark application chrome.</description>
    </key>
    <key name="follow-night-light" type="b">
      <default>false</default>
      <summary>Follow system night light</summary>
      <description>Use GNOME night light setting to activate night-mode.</description>
    </key>
    <key name="projects-directory" type="s">
      <!-- Translators: This is the default directory name for user’s
           projects. Do NOT change the ASCII double quotes ("") to your
           language’s convention, e.g. do not use “” or »«.-->
      <default l10n="messages">"Projects"</default>
      <summary>Projects directory</summary>
      <description>Directory for all Builder projects.</description>
    </key>
    <key name="restore-previous-files" type="b">
      <default>true</default>
      <summary>Restore Previous Files</summary>
      <description>Restore previously opened files when loading a project.</description>
    </key>
    <key name="show-open-files" type="b">
      <default>true</default>
      <summary>Show Open Files</summary>
      <description>Display the open files list in the project sidebar.</description>
    </key>
  </schema>
</schemalist>