This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.emerillon.gschema.xml is in emerillon 0.1.90-1build4.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/apps/emerillon/" id="org.gnome.emerillon">
    <child schema="org.gnome.emerillon.ui" name="ui"/>
    <child schema="org.gnome.emerillon.plugins" name="plugins"/>
  </schema>
  <schema path="/apps/emerillon/ui/" id="org.gnome.emerillon.ui">
    <key type="b" name="toolbar">
      <default>true</default>
      <summary>Show/hide the window toolbar.</summary>
    </key>
    <key type="b" name="statusbar">
      <default>true</default>
      <summary>Show/hide the window statusbar.</summary>
    </key>
    <key type="b" name="sidebar">
      <default>true</default>
      <summary>Show/hide the window side pane.</summary>
    </key>
    <key type="i" name="window-width">
      <default>640</default>
      <summary>Window width in pixels.</summary>
    </key>
    <key type="i" name="window-height">
      <default>450</default>
      <summary>Window height in pixels.</summary>
    </key>
  </schema>
  <schema path="/apps/emerillon/plugins/" id="org.gnome.emerillon.plugins">
    <key type="as" name="active-plugins">
      <default>[ 'search', 'placemarks' ]</default>
      <summary>Active plugins</summary>
      <description>List of active plugins.</description>
    </key>
  </schema>
</schemalist>