This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.Polari.gschema.xml is in polari 3.28.0-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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?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="b" name="run-in-background">
      <default>false</default>
      <summary>Run in Background</summary>
      <description>Keep running in background when closed.</description>
    </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="b" name="window-maximized">
      <default>false</default>
      <summary>Window maximized</summary>
      <description>Window maximized state</description>
    </key>
    <key type="a{sv}" name="last-selected-channel">
      <default>{}</default>
      <summary>Last active channel</summary>
      <description>Last active (selected) channel</description>
    </key>
  </schema>

  <schema id="org.gnome.Polari.Account">
    <key type="s" name="identify-botname">
      <default>"NickServ"</default>
      <summary>Identify botname</summary>
      <description>Nickname of the bot to identify with</description>
    </key>
    <key type="s" name="identify-command">
      <default>"identify"</default>
      <summary>Identify command</summary>
      <description>Command used to identify with bot</description>
    </key>
    <key type="s" name="identify-username">
      <default>""</default>
      <summary>Identify username</summary>
      <description>Username to use in identify command</description>
    </key>
    <key type="b" name="identify-username-supported">
      <default>false</default>
      <summary>Identify username supported</summary>
      <description>
        Whether the identify command is known to support the username parameter
      </description>
    </key>
  </schema>
</schemalist>