This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.Xchat.gschema.xml is in xchat-gnome-common 1:0.30.0~git20141005.816798-0ubuntu9.

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
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<schemalist>
  <schema id="org.gnome.Xchat" path="/org/gnome/Xchat/">
    <key name="version" type="s">
      <default>''</default>
      <summary>xchat configuration version</summary>
    </key>
    <child name="irc" schema="org.gnome.Xchat.irc"/>
    <child name="main-window" schema="org.gnome.Xchat.main-window"/>
    <child name="channel-list" schema="org.gnome.Xchat.channel-list"/>
    <child name="plugins" schema="org.gnome.Xchat.plugins"/>
    <child name="spellcheck" schema="org.gnome.Xchat.spellcheck"/>
  </schema>
  <schema id="org.gnome.Xchat.irc" path="/org/gnome/Xchat/irc/">
    <key name="nickname" type="s">
      <default>''</default>
      <summary>Default nickname used by servers without special options set</summary>
    </key>
    <key name="realname" type="s">
      <default>''</default>
      <summary>Default real name used by servers without special options set</summary>
    </key>
    <key name="quitmsg" type="s">
      <default>'Ex-Chat'</default>
      <summary>Message sent on quit</summary>
    </key>
    <key name="partmsg" type="s">
      <default>'Ex-Chat'</default>
      <summary>Message sent on channel part</summary>
    </key>
    <key name="awaymsg" type="s">
      <default>'Away'</default>
      <summary>Message sent on away</summary>
    </key>
    <key name="showcolors" type="b">
      <default>true</default>
      <summary>Show colors in the main window</summary>
    </key>
    <key name="colorize-nicknames" type="b">
      <default>false</default>
      <summary>Colorize nicknames in the main window</summary>
    </key>
    <key name="showtimestamps" type="b">
      <default>true</default>
      <summary>Show timestamps in the main window</summary>
    </key>
    <key name="color-scheme" type="i">
      <default>3</default>
      <summary>Selected color scheme</summary>
    </key>
  </schema>
  <schema id="org.gnome.Xchat.main-window" path="/org/gnome/Xchat/main-window/">
    <key name="background-type" type="i">
      <default>0</default>
      <summary>Selected background type</summary>
    </key>
    <key name="background-image" type="s">
      <default>''</default>
      <summary>Background image filename</summary>
    </key>
    <key name="background-transparency" type="d">
      <default>0.5</default>
      <summary>Background transparency</summary>
    </key>
    <key name="use-sys-fonts" type="b">
      <default>true</default>
      <summary>Use system fonts</summary>
    </key>
    <key name="font" type="s">
      <default>'Bitstream Vera Sans Mono 10'</default>
      <summary>Font for the main window</summary>
    </key>
    <key name="width" type="i">
      <default>800</default>
      <summary>Width of the main window</summary>
    </key>
    <key name="height" type="i">
      <default>600</default>
      <summary>Height of the main window</summary>
    </key>
    <key name="x" type="i">
      <default>0</default>
      <summary>X position of the main window on the screen</summary>
    </key>
    <key name="y" type="i">
      <default>0</default>
      <summary>Y position of the main window on the screen</summary>
    </key>
    <key name="maximized" type="b">
      <default>false</default>
      <summary>Whether the main window is maximized</summary>
    </key>
    <key name="show-hpane" type="b">
      <default>true</default>
      <summary>Whether the horizontal pane in the main window is shown</summary>
    </key>
    <key name="show-statusbar" type="b">
      <default>true</default>
      <summary>Whether the statusbar in the main window is shown</summary>
    </key>
    <key name="hpane" type="i">
      <default>0</default>
      <summary>Position of the horizontal pane in the main window</summary>
    </key>
    <key name="redundant-nickstamps" type="b">
      <default>false</default>
      <summary>Display redundant nickstamps</summary>
    </key>
    <key name="userlist-in-main-window" type="b">
      <default>false</default>
      <summary>Show user list in main window</summary>
    </key>
  </schema>
  <schema id="org.gnome.Xchat.channel-list" path="/org/gnome/Xchat/channel-list/">
    <key name="width" type="i">
      <default>640</default>
      <summary>Width of the channel list</summary>
    </key>
    <key name="height" type="i">
      <default>480</default>
      <summary>Height of the channel list</summary>
    </key>
    <key name="auto-popup" type="b">
      <default>true</default>
      <summary>Automatically display the channel list dialog</summary>
      <description>If set to true, when you join a server without automatically joining a channel, the channel list dialog will be displayed</description>
    </key>
  </schema>
  <schema id="org.gnome.Xchat.plugins" path="/org/gnome/Xchat/plugins/">
    <key name="loaded" type="as">
      <default>[]</default>
      <summary>List of enabled plugins</summary>
    </key>
  </schema>
  <schema id="org.gnome.Xchat.spellcheck" path="/org/gnome/Xchat/spellcheck/">
    <key name="enabled" type="b">
      <default>true</default>
      <summary>Enable spellchecking</summary>
    </key>
    <key name="languages" type="as">
      <default>[]</default>
      <summary>Languages to use for spellchecking</summary>
    </key>
  </schema>
</schemalist>