This file is indexed.

/usr/share/glib-2.0/schemas/org.cinnamon.settings-daemon.plugins.xsettings.gschema.xml is in cinnamon-settings-daemon 3.2.1-3.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/cinnamon/settings-daemon/plugins/xsettings/" id="org.cinnamon.settings-daemon.plugins.xsettings" gettext-domain="cinnamon-settings-daemon">
    <key type="b" name="active">
      <default>true</default>
      <summary>Activation of this plugin</summary>
      <description>Whether this plugin would be activated by cinnamon-settings-daemon or not</description>
    </key>
    <key name="antialiasing" enum="org.cinnamon.settings-daemon.CsdFontAntialiasingMode">
      <default>'rgba'</default>
      <summary>Antialiasing</summary>
      <description>The type of antialiasing to use when rendering fonts. Possible values are: "none" for no antialiasing, "grayscale" for standard grayscale antialiasing, and "rgba" for subpixel antialiasing (LCD screens only).</description>
    </key>
    <key name="hinting" enum="org.cinnamon.settings-daemon.CsdFontHinting">
      <default>'slight'</default>
      <summary>Hinting</summary>
      <description>The type of hinting to use when rendering fonts. Possible values are: "none" for no hinting, "slight" for basic, "medium" for moderate, and "full" for maximum hinting (may cause distortion of letter forms).</description>
    </key>
    <key type="i" name="priority">
      <default>2</default>
      <summary>Priority to use for this plugin</summary>
      <description>Priority to use for this plugin in cinnamon-settings-daemon startup queue</description>
    </key>
    <key name="rgba-order" enum="org.cinnamon.settings-daemon.CsdFontRgbaOrder">
      <default>'rgb'</default>
      <summary>RGBA order</summary>
      <description>The order of subpixel elements on an LCD screen; only used when antialiasing is set to "rgba". Possible values are: "rgb" for red on left (most common), "bgr" for blue on left, "vrgb" for red on top, "vbgr" for red on bottom.</description>
    </key>
    <key type="as" name="disabled-gtk-modules">
      <default>[]</default>
      <summary>List of explicitly disabled GTK+ modules</summary>
      <description>A list of strings representing the GTK+ modules that will not be loaded, even if enabled by default in their configuration.</description>
    </key>
    <key type="as" name="enabled-gtk-modules">
      <default>[]</default>
      <summary>List of explicitly enabled GTK+ modules</summary>
      <description>A list of strings representing the GTK+ modules that will be loaded, usually in addition to conditional and forcibly disabled ones.</description>
    </key>
    <key type="a{sv}" name="overrides">
      <default>{}</default>
      <summary>A dictionary of XSETTINGS to override</summary>
      <description>This dictionary maps XSETTINGS names to overrides values. The values must be either strings, signed int32s or (in the case of colors), 4-tuples of uint16 (red, green, blue, alpha; 65535 is fully opaque).</description>
    </key>
    <key type="b" name="menus-have-icons">
      <default>false</default>
      <summary>Menus Have Icons</summary>
      <description>Whether menus may display an icon next to a menu entry.</description>
    </key>
    <key type="b" name="buttons-have-icons">
      <default>false</default>
      <summary>Buttons Have Icons</summary>
      <description>Whether buttons may display an icon in addition to the button text.</description>
    </key>
    <key type="b" name="show-input-method-menu">
      <default>true</default>
      <summary>Show the 'Input Methods' menu</summary>
      <description>Whether the context menus of entries and text views should offer to change the input method.</description>
    </key>
    <key type="b" name="show-unicode-menu">
      <default>true</default>
      <summary>Show the 'Unicode Control Character' menu</summary>
      <description>Whether the context menus of entries and text views should offer to insert control characters.</description>
    </key>
    <key type="b" name="automatic-mnemonics">
      <default>true</default>
      <summary>Only show mnemonics on when the Alt key is pressed</summary>
      <description>Whether mnemonics should be automatically shown and hidden when the user presses the Alt key.</description>
    </key>
  </schema>
</schemalist>