This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.polari.gschema.xml is in polari 3.14.1-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="polari">
  <schema path="/org/gnome/polari/" id="org.gnome.polari">
    <key type="aa{sv}" name="saved-channel-list">
      <default>[]</default>
      <summary>Saved channel list</summary>
      <description>List of channels to restore on startup</description>
    </key>
    <key type="s" name="last-used-account">
      <default>''</default>
    </key>
    <key type="ai" name="window-size">
      <default>[800,500]</default>
      <summary>Window size</summary>
      <description>Window size (width and height).</description>
    </key>
    <key type="ai" name="window-position">
      <default>[]</default>
      <summary>Window position</summary>
      <description>Window position (x and y).</description>
    </key>
    <key type="b" name="window-maximized">
      <default>false</default>
      <summary>Window maximized</summary>
      <description>Window maximized state</description>
    </key>
  </schema>
</schemalist>