This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml is in gnome-shell-extensions 3.10.1-0ubuntu2.

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>
  <schema path="/org/gnome/shell/extensions/classic-overrides/" id="org.gnome.shell.extensions.classic-overrides" gettext-domain="gnome-shell-extensions">
    <key type="b" name="attach-modal-dialogs">
      <default>true</default>
      <summary>Attach modal dialog to the parent window</summary>
      <description>This key overrides the key in org.gnome.mutter when running GNOME Shell.</description>
    </key>

    <key type="b" name="edge-tiling">
      <default>true</default>
      <summary>Enable edge tiling when dropping windows on screen edges</summary>
      <description>This key overrides the key in org.gnome.mutter when running GNOME Shell.</description>
    </key>

    <key type="b" name="workspaces-only-on-primary">
      <default>true</default>
      <summary>Workspaces only on primary monitor</summary>
      <description>This key overrides the key in org.gnome.mutter when running GNOME Shell.</description>
    </key>

    <key type="b" name="focus-change-on-pointer-rest">
      <default>true</default>
      <summary>Delay focus changes in mouse mode until the pointer stops moving</summary>
      <description>This key overrides the key in org.gnome.mutter when running GNOME Shell.</description>
    </key>
  </schema>
</schemalist>