This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gnome-applets.window-title.gschema.xml is in gnome-applets-data 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
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-applets-3.0">
  <schema id="org.gnome.gnome-applets.window-title">
    <key type="b" name="hide-on-unmaximized">
      <default>false</default>
      <summary>Hides title when there are no windows present.</summary>
      <description>When enabled, the title will disappear when there are no maximized (or active) windows on the screen.</description>
    </key>
    <key type="b" name="only-maximized">
      <default>true</default>
      <summary>Only control maximized windows.</summary>
      <description>When enabled, the window title will always display the upper-most maximized window's name.</description>
    </key>
    <key type="d" name="alignment">
      <default>0.5</default>
      <summary>Set the title alignment.</summary>
      <description>Legal values are between 0 and 1.</description>
    </key>
    <key type="b" name="swap-order">
      <default>false</default>
      <summary>Swap icon and title.</summary>
      <description>When enabled, window title will be on the left side and the icon on the right side.</description>
    </key>
    <key type="b" name="expand-applet">
      <default>true</default>
      <summary>Expand the applet</summary>
      <description>When enabled, the applet will use up all available space in the panel.</description>
    </key>
    <key type="b" name="hide-icon">
      <default>false</default>
      <summary>Hide the icon</summary>
      <description>When enabled, the window icon will not be displayed.</description>
    </key>
    <key type="b" name="hide-title">
      <default>false</default>
      <summary>Hide the title</summary>
      <description>When enabled, the window title will not be displayed.</description>
    </key>
    <key type="b" name="show-tooltips">
      <default>false</default>
      <summary>Show tooltips over title and icon</summary>
      <description>When enabled, a tooltip carrying the name of the currently active window will be shown.</description>
    </key>
    <key type="i" name="title-size">
      <default>16</default>
      <summary>Minimal title size</summary>
      <description>This size is used when the applet is not expanded or otherwise to determine the minimal size the title label can be shrunk to. The value represents the amount of pixels either in width or height, depending on the panel orientation.</description>
    </key>
    <key type="b" name="custom-style">
      <default>false</default>
      <summary>Use a custom style.</summary>
      <description>When enabled, custom font style and color will be used. When disabled, system theme defaults will be used.</description>
    </key>
    <key type="b" name="show-window-menu">
      <default>false</default>
      <summary>Show the window action menu on right click.</summary>
      <description>Will cause the window action menu to appear when the title is right-clicked. This experimental feature is still under development! Warning! In current feature state you will be unable to access the applet action menu via title-right click when this option is enabled! You may still do so by right-clicking the icon if it is not hidden.</description>
    </key>
    <key type="s" name="title-active-font">
      <default>'Sans 10'</default>
      <summary>Active title font.</summary>
      <description>Font name and size for the active window state.</description>
    </key>
    <key type="s" name="title-inactive-font">
      <default>'Sans 10'</default>
      <summary>Inactive title font.</summary>
      <description>Font name and size for the inactive window state.</description>
    </key>
    <key type="s" name="title-active-color-fg">
      <default>'#000000'</default>
      <summary>Active title foreground color.</summary>
      <description>Title foreground color in hex format for the active window state.</description>
    </key>
    <key type="s" name="title-inactive-color-fg">
      <default>'#808080'</default>
      <summary>Inactive title foreground color.</summary>
      <description>Title foreground color in hex format for the inactive window state.</description>
    </key>
  </schema>
</schemalist>