/usr/share/glib-2.0/schemas/org.cinnamon.desktop.screensaver.gschema.xml is in cinnamon-desktop-data 2.8.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 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 | <?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="logout-enabled">
<default>false</default>
<summary>Allow logout</summary>
<description>Set this to TRUE to offer an option in the unlock dialog to allow logging out after a delay. The delay is specified in the "logout_delay" key.</description>
</key>
<key type="u" name="logout-delay">
<default>7200</default>
<summary>Time before logout option</summary>
<description>The number of seconds after the screensaver activation before a logout option will appear in the unlock dialog. This key has effect only if the "logout_enable" key is set to TRUE.</description>
</key>
<key type="s" name="logout-command">
<default>''</default>
<summary>Logout command</summary>
<description>The command to invoke when the logout button is clicked. This command should simply log the user out without any interaction. This key has effect only if the "logout_enable" key is set to TRUE.</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>
</schema>
</schemalist>
|