This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.bijiben.gschema.xml is in bijiben 3.18.2-1.

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
<schemalist>
  <schema path="/org/gnome/bijiben/" id="org.gnome.bijiben">
    <key type="s" name="font">
      <default>'Cantarell 14'</default>
      <summary>Custom Font</summary>
      <description>The font name set here will be used as the font when displaying notes.</description>
    </key>
    <key type="b" name="use-system-font">
      <default>true</default>
      <summary>Whether to use the system monospace font</summary>
    </key>
    <key type="s" name="color">
      <default>'rgb(239,242,209)'</default>
      <summary>New notes color.</summary>
      <description>The color name set here will be used as the color when creating new notes.</description>
    </key>
    <key type="s" name="default-location">
      <default>'local'</default>
      <summary>Primary notes provider to use for new notes.</summary>
      <description>The primary notebook is the place where new notes are created.</description>
    </key>
    <key name="window-maximized" type="b">
      <default>false</default>
      <summary>Window maximized</summary>
      <description>Window maximized state.</description>
    </key>
    <key name="window-size" type="ai">
       <default>[810, 600]</default>
       <summary>Window size</summary>
       <description>Window size (width and height).</description>
    </key>
    <key name="window-position" type="ai">
      <default>[]</default>
      <summary>Window position</summary>
      <description>Window position (x and y).</description>
    </key>
  </schema>
</schemalist>