This file is indexed.

/usr/share/glib-2.0/schemas/org.cinnamon.desktop.screensaver.gschema.xml is in cinnamon-desktop-data 3.2.4-4.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/cinnamon/desktop/screensaver/" id="org.cinnamon.desktop.screensaver" gettext-domain="cinnamon-desktop">
    <key type="b" name="idle-activation-enabled">
      <default>true</default>
      <summary>Activate when idle</summary>
      <description>Set this to TRUE to activate the screensaver when the session is idle.</description>
    </key>
    <key type="b" name="lock-enabled">
      <default>true</default>
      <summary>Lock on activation</summary>
      <description>Set this to TRUE to lock the screen when the screensaver goes active.</description>
    </key>
    <key type="u" name="lock-delay">
      <default>0</default>
      <summary>Time before locking</summary>
      <description>The number of seconds after screensaver activation before locking the screen.</description>
    </key>
    <key type="b" name="show-notifications">
      <default>false</default>
      <summary>Show notifications in the lock screen</summary>
      <description>Whether notifications are shown in the lock screen or not. This only affects the standard experience.</description>
    </key>
    <key type="b" name="embedded-keyboard-enabled">
      <default>false</default>
      <summary>Allow embedding a keyboard into the window</summary>
      <description>Set this to TRUE to allow embedding a keyboard into the window when trying to unlock. The "keyboard_command" key must be set with the appropriate command.</description>
    </key>
    <key type="s" name="embedded-keyboard-command">
      <default>''</default>
      <summary>Embedded keyboard command</summary>
      <description>The command that will be run, if the "embedded_keyboard_enabled" key is set to TRUE, to embed a keyboard widget into the window. This command should implement an XEMBED plug interface and output a window XID on the standard output.</description>
    </key>
    <key type="b" name="user-switch-enabled">
      <default>true</default>
      <summary>Allow user switching</summary>
      <description>Set this to TRUE to offer an option in the unlock dialog to switch to a different user account.</description>
    </key>
    <key type="b" name="status-message-enabled">
      <default>true</default>
      <summary>Allow the session status message to be displayed</summary>
      <description>Allow the session status message to be displayed when the screen is locked.</description>
    </key>
    <key type="s" name="default-message">
      <default>""</default>
      <summary>Default message for the screensaver</summary>
      <description>
        This is the message that appears on the lock screen by default.
      </description>
    </key>
    <key type="b" name="ask-for-away-message">
      <default>true</default>
      <summary>Whether to ask for an away message when locking the screen</summary>
      <description>
        Whether to ask for an away message when locking the screen.
      </description>
    </key>
    <key type="b" name="use-custom-format">
      <default>false</default>
      <summary>Whether to define a custom format for the date and time</summary>
      <description>
        Whether to use a custom date and time format for the lock screen.
      </description>
    </key>
    <key type="s" name="time-format">
      <default>"%H:%M"</default>
      <summary>The custom time format</summary>
      <description>
        This is the time format that the lock screen will use if use-custom-format is enabled.
      </description>
    </key>
    <key type="s" name="date-format">
      <default>"%A %B %e"</default>
      <summary>The custom date format</summary>
      <description>
        This is the date format that the lock screen will use if use-custom-format is enabled.
      </description>
    </key>
    <key type="s" name="font-date">
      <default>"Ubuntu 24"</default>
      <summary>The date time font</summary>
      <description>
        This is the font that the date uses for the screen locker.
      </description>
    </key>
    <key type="s" name="font-time">
      <default>"Ubuntu 64"</default>
      <summary>The time font</summary>
      <description>
        This is the font that the time uses for the screen locker.
      </description>
    </key>
    <key type="s" name="font-message">
      <default>"Ubuntu 14"</default>
      <summary>The away message font</summary>
      <description>
        This is the font that the away message use for the screen locker.
      </description>
    </key>
    <key type="s" name="screensaver-name">
      <default>""</default>
      <summary>The name of the screensaver. Empty string to disable</summary>
    </key>
    <key type="s" name="xscreensaver-hack">
      <default>"fiberlamp"</default>
      <summary>The screensaver hack to use when xscreensaver is used as screensaver</summary>
    </key>
    <key type="s" name="screensaver-webkit-theme">
      <default>"webkit-stars@cinnamon.org"</default>
      <summary>Name of the theme used in the webkit screensaver engine</summary>
    </key>
    <key type="b" name="show-album-art">
      <default>true</default>
      <summary>Display album art on the lock screen</summary>
      <description>Set this to true to show album art on the lock screen, if available.</description>
    </key>
    <key type="b" name="allow-keyboard-shortcuts">
      <default>true</default>
      <summary>Control whether keyboard shortcuts are allowed on the lock screen</summary>
    </key>
    <key type="b" name="allow-media-control">
      <default>true</default>
      <summary>Control whether volume and media player controls are allowed on the lock screen</summary>
    </key>
    <key type="b" name="show-info-panel">
      <default>true</default>
      <summary>Control whether the notification and power widgets are shown on the lock screen</summary>
    </key>
    <key type="b" name="show-clock">
      <default>true</default>
      <summary>Show the clock when the normal wallpaper screensaver is active</summary>
      <description>This controls whether the clock is shown while the wallpaper is active. Note, the clock will always show when unlocking, and it will never show if a screensaver plugin is active, regardless of this setting</description>
    </key>
    <key type="b" name="floating-widgets">
      <default>true</default>
      <summary>Control whether the clock and albumart widgets will randomly change position over time.</summary>
    </key>
    <key type="i" name="layout-group">
      <default>-1</default>
      <summary>Keyboard layout group to use when entering your password</summary>
      <description>This stores the last active keyboard layout group for entering your password.</description>
    </key>
  </schema>
</schemalist>