/usr/share/glib-2.0/schemas/org.cinnamon.settings-daemon.plugins.power.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 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 145 146 147 148 149 150 151 152 153 154 155 156 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/cinnamon/settings-daemon/plugins/power/" id="org.cinnamon.settings-daemon.plugins.power" 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 type="i" name="priority">
<default>1</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 type="i" name="idle-brightness">
<default>30</default>
<summary>The brightness of the screen when idle</summary>
<description>This is the laptop panel screen brightness used when the session is idle.</description>
</key>
<key type="b" name="idle-dim-ac">
<default>false</default>
<summary>Dim the screen after a period of inactivity when on AC power</summary>
<description>If the screen should be dimmed to save power when the computer is idle when on AC power.</description>
</key>
<key type="b" name="idle-dim-battery">
<default>true</default>
<summary>Dim the screen after a period of inactivity when on battery power</summary>
<description>If the screen should be dimmed to save power when the computer is idle when on battery power.</description>
</key>
<key type="i" name="idle-dim-time">
<default>90</default>
<summary>The default amount of time to dim the screen after idle</summary>
<description>The default amount of time to dim the screen after idle.</description>
</key>
<key type="i" name="sleep-display-ac">
<default>600</default>
<summary>Sleep timeout display when on AC</summary>
<description>The amount of time in seconds before the display turns off when the computer is on AC power.</description>
</key>
<key type="i" name="sleep-display-battery">
<default>600</default>
<summary>Sleep timeout display when on battery</summary>
<description>The amount of time in seconds before the display turns off when the computer is on battery power.</description>
</key>
<key type="i" name="sleep-inactive-ac-timeout">
<default>0</default>
<summary>Sleep timeout computer when on AC</summary>
<description>The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
</key>
<key name="sleep-inactive-ac-type" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
<default>'suspend'</default>
<summary>Whether to hibernate, suspend or do nothing when inactive</summary>
<description>The type of sleeping that should be performed when the computer is inactive.</description>
</key>
<key type="i" name="sleep-inactive-battery-timeout">
<default>0</default>
<summary>Sleep timeout computer when on battery</summary>
<description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
</key>
<key name="sleep-inactive-battery-type" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
<default>'suspend'</default>
<summary>Whether to hibernate, suspend or do nothing when inactive</summary>
<description>The type of sleeping that should be performed when the computer is inactive.</description>
</key>
<key name="button-suspend" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
<default>'suspend'</default>
<summary>Suspend button action</summary>
<description>The action to take when the system suspend button is pressed.</description>
</key>
<key name="button-hibernate" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
<default>'hibernate'</default>
<summary>Hibernate button action</summary>
<description>The action to take when the system hibernate button is pressed.</description>
</key>
<key name="button-power" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
<default>'suspend'</default>
<summary>Power button action</summary>
<description>The action to take when the system power button is pressed.</description>
</key>
<key name="lid-close-battery-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
<default>'suspend'</default>
<summary>Laptop lid close action on battery</summary>
<description>The action to take when the laptop lid is closed and the laptop is on battery power.</description>
</key>
<key name="lid-close-ac-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
<default>'suspend'</default>
<summary>Laptop lid close action when on AC</summary>
<description>The action to take when the laptop lid is closed and the laptop is on AC power.</description>
</key>
<key type="b" name="lid-close-suspend-with-external-monitor">
<default>false</default>
<summary>Laptop lid, when closed, will suspend even if there is an external monitor plugged in</summary>
<description>With no external monitors plugged in, closing a laptop's lid
will suspend the machine (as set by the lid-close-battery-action and
lid-close-ac-action keys). By default, however, closing the lid when
an external monitor is present will not suspend the machine, so that one can keep
working on that monitor (e.g. for docking stations or media viewers). Set this
key to False to keep the default behavior, or to True to suspend the laptop whenever the
lid is closed and regardless of external monitors.</description>
</key>
<key name="critical-battery-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
<default>'hibernate'</default>
<summary>Battery critical low action</summary>
<description>The action to take when the battery is critically low.</description>
</key>
<key type="i" name="percentage-low">
<default>10</default>
<summary>Percentage considered low</summary>
<description>The percentage of the battery when it is considered low. Only valid when use-time-for-policy is false.</description>
</key>
<key type="i" name="percentage-critical">
<default>3</default>
<summary>Percentage considered critical</summary>
<description>The percentage of the battery when it is considered critical. Only valid when use-time-for-policy is false.</description>
</key>
<key type="i" name="percentage-action">
<default>2</default>
<summary>Percentage action is taken</summary>
<description>The percentage of the battery when the critical action is performed. Only valid when use-time-for-policy is false.</description>
</key>
<key type="i" name="time-low">
<default>1200</default>
<summary>The time remaining when low</summary>
<description>The time remaining in seconds of the battery when it is considered low. Only valid when use-time-for-policy is true.</description>
</key>
<key type="i" name="time-critical">
<default>300</default>
<summary>The time remaining when critical</summary>
<description>The time remaining in seconds of the battery when it is considered critical. Only valid when use-time-for-policy is true.</description>
</key>
<key type="i" name="time-action">
<default>120</default>
<summary>The time remaining when action is taken</summary>
<description>The time remaining in seconds of the battery when critical action is taken. Only valid when use-time-for-policy is true.</description>
</key>
<key type="b" name="use-time-for-policy">
<default>true</default>
<summary>Whether to use time-based notifications</summary>
<description>If time based notifications should be used. If set to false, then the percentage change is used instead, which may fix a broken ACPI BIOS.</description>
</key>
<key type="b" name="lock-on-suspend">
<default>false</default>
<summary>If the computer should lock when entering suspend mode</summary>
<description>If the computer should lock during suspend - replaces ubuntu-lock-on-suspend</description>
</key>
<key type="b" name="backlight-helper-force">
<default>false</default>
<summary>Use the backlight helper application by default</summary>
<description>Setting this to true forces cinnamon-settings-daemon to use the backlight helper application to provide backlight control. This will usually fix backlight control problems on laptops where X11 picks the wrong interface, or uses an interface incorrectly. Adjust backlight-preference-order if the default selection logic still chooses the wrong interface.</description>
</key>
<key type="as" name="backlight-helper-preference-order">
<default>['firmware','platform','raw']</default>
<summary>Search order for backlight control interfaces</summary>
<description>Controls the type of interfaces the backlight-helper will search for to control the backlight. This can be useful for working around systems with broken default backlight control behavior which provide multiple interfaces. If you are having problems, try setting 'raw' to a higher priority.</description>
</key>
</schema>
</schemalist>
|