/usr/share/glib-2.0/schemas/org.mate.power-manager.gschema.xml is in mate-power-manager-common 1.12.1-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 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 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 | <schemalist gettext-domain="mate-power-manager">
<enum id="org.mate.power-manager.ActionType">
<value nick="blank" value="0"/>
<value nick="suspend" value="1"/>
<value nick="shutdown" value="2"/>
<value nick="hibernate" value="3"/>
<value nick="interactive" value="4"/>
<value nick="nothing" value="5"/>
</enum>
<enum id="org.mate.power-manager.IconPolicy">
<value nick="always" value="0"/>
<value nick="present" value="1"/>
<value nick="charge" value="2"/>
<value nick="low" value="3"/>
<value nick="critical" value="4"/>
<value nick="never" value="5"/>
</enum>
<enum id="org.mate.power-manager.DpmsMethod">
<value nick="standby" value="1"/>
<value nick="suspend" value="2"/>
<value nick="off" value="3"/>
</enum>
<schema id="org.mate.power-manager" path="/org/mate/power-manager/">
<key name="action-sleep-type-battery" enum="org.mate.power-manager.ActionType">
<default>'hibernate'</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="action-critical-battery" enum="org.mate.power-manager.ActionType">
<default>'hibernate'</default>
<summary>Battery critical low action</summary>
<description>The action to take when the battery is critically low.</description>
</key>
<key name="event-when-closed-battery" type="b">
<default>true</default>
<summary>If the battery event should occur when the lid is shut and the power disconnected</summary>
<description>If the battery lid close event should occur (for example 'Suspend when lid closed on battery') when the lid is previously shut and the AC power disconnected at a later time.</description>
</key>
<key name="action-sleep-type-ac" enum="org.mate.power-manager.ActionType">
<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="action-critical-ups" enum="org.mate.power-manager.ActionType">
<default>'shutdown'</default>
<summary>UPS critical low action</summary>
<description>The action to take when the UPS is critically low.</description>
</key>
<key name="action-low-ups" enum="org.mate.power-manager.ActionType">
<default>'hibernate'</default>
<summary>UPS low power action</summary>
<description>The action to take when the UPS is low.</description>
</key>
<key name="backlight-enable" type="b">
<default>true</default>
<summary>Allow backlight brightness adjustment</summary>
<description>If the screen brightness should be changed when switching between AC and battery power.</description>
</key>
<key name="backlight-battery-reduce" type="b">
<default>true</default>
<summary>Reduce the backlight brightness when on battery power</summary>
<description>If the screen should be reduced in brightness when the computer is on battery power.</description>
</key>
<key name="kbd-backlight-battery-reduce" type="b">
<default>true</default>
<summary>Reduce the keyboard backlight when on battery power</summary>
<description>If the keyboard backlight brightness should be reduced when the computer is on battery power</description>
</key>
<key name="kbd-brightness-on-ac" type="i">
<default>100</default>
<summary>Keyboard backlight brightness when on AC power.</summary>
<description>Percent brightness to set keyboard backlight at when on AC power. Legal values are between 0 and 100.</description>
</key>
<key name="kbd-brightness-dim-by-on-battery" type="i">
<default>50</default>
<summary>Percent to reduce keyboard backlight by when on battery power.</summary>
<description>The percentage to reduce the keyboard backlight by when on battery power. For example, if set to '60', the backlight will be cut by 40% on battery power. Legal values are between 0 and 100.</description>
</key>
<key name="kbd-brightness-dim-by-on-idle" type="i">
<default>75</default>
<summary>Percent to reduce keyboard backlight by when idle.</summary>
<description>The percentage to reduce the keyboard backlight by when idle. For example, if set to '60', the backlight will be cut by 40% when idle. Legal values are between 0 and 100.</description>
</key>
<key name="idle-brightness" type="i">
<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. Only valid when use-time-for-policy is true.</description>
</key>
<key name="idle-dim-battery" type="b">
<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 name="idle-dim-time" type="i">
<default>10</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 name="brightness-dim-battery" type="i">
<default>50</default>
<summary>LCD dimming amount when on battery</summary>
<description>The amount to dim the brightness of the display when on battery power. Possible values are between 0 and 100.</description>
</key>
<key name="idle-dim-ac" type="b">
<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 name="dpms-method-ac" enum="org.mate.power-manager.DpmsMethod">
<default>'off'</default>
<summary>Method used to blank screen on AC</summary>
<description>The DPMS method used to blank the screen when on AC power.</description>
</key>
<key name="dpms-method-battery" enum="org.mate.power-manager.DpmsMethod">
<default>'off'</default>
<summary>Method used to blank screen on battery</summary>
<description>The DPMS method used to blank the screen when on battery power.</description>
</key>
<key name="brightness-ac" type="d">
<default>100.0</default>
<summary>LCD brightness when on AC</summary>
<description>The brightness of the display when on AC power. Possible values are between 0.0 and 100.0.</description>
</key>
<key name="button-suspend" enum="org.mate.power-manager.ActionType">
<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.mate.power-manager.ActionType">
<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.mate.power-manager.ActionType">
<default>'interactive'</default>
<summary>Power button action</summary>
<description>The action to take when the system power button is pressed.</description>
</key>
<key name="button-lid-battery" enum="org.mate.power-manager.ActionType">
<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="button-lid-ac" enum="org.mate.power-manager.ActionType">
<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 name="use-time-for-policy" type="b">
<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 name="check-type-cpu" type="b">
<default>false</default>
<summary>Check CPU load before sleeping</summary>
<description>If the CPU load should be checked before doing the idle action.</description>
</key>
<key name="network-sleep" type="b">
<default>false</default>
<summary>Whether NetworkManager should be connected and disconnected on sleep.</summary>
<description>Whether NetworkManager should disconnect before suspending or hibernating and connect on resume.</description>
</key>
<key name="lock-use-screensaver" type="b">
<default>true</default>
<summary>Use mate-screensaver lock setting</summary>
<description>Whether to use the screen lock setting of mate-screensaver to decide if the screen is locked after a hibernate, suspend or blank screen.</description>
</key>
<key name="lock-blank-screen" type="b">
<default>true</default>
<summary>Lock screen when blanked</summary>
<description>Whether the screen is locked when the screen is turned off. Only used if lock-use-screensaver is false.</description>
</key>
<key name="lock-suspend" type="b">
<default>true</default>
<summary>Lock screen on suspend</summary>
<description>Whether the screen is locked when the computer wakes up from a suspend. Only used if lock-use-screensaver is false.</description>
</key>
<key name="lock-hibernate" type="b">
<default>true</default>
<summary>Lock screen on hibernate</summary>
<description>Whether the screen is locked when the computer wakes up from a hibernate. Only used if lock-use-screensaver is false.</description>
</key>
<key name="lock-keyring-suspend" type="b">
<default>false</default>
<summary>Lock GNOME keyring on sleep</summary>
<description>Whether the GNOME keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume.</description>
</key>
<key name="lock-keyring-hibernate" type="b">
<default>true</default>
<summary>Lock GNOME keyring on sleep</summary>
<description>Whether the GNOME keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume.</description>
</key>
<key name="notify-low-capacity" type="b">
<default>true</default>
<summary>If we should show the low capacity warning for a broken battery</summary>
<description>If we should show the low capacity warning for a broken battery.</description>
</key>
<key name="notify-discharging" type="b">
<default>true</default>
<summary>Notify when AC adapter is disconnected</summary>
<description>If the user should be notified when the AC adapter is disconnected.</description>
</key>
<key name="notify-fully-charged" type="b">
<default>false</default>
<summary>Notify when fully charged</summary>
<description>If a notification message should be displayed when the battery is fully charged.</description>
</key>
<key name="notify-sleep-failed" type="b">
<default>true</default>
<summary>Notify on a sleep failure</summary>
<description>If a notification message should be displayed after suspend or hibernate failed.</description>
</key>
<key name="notify-sleep-failed-uri" type="s">
<default>''</default>
<summary>The URI to show to the user on sleep failure</summary>
<description>When sleep fails we can show the user a button to help fix the situation. Leave this blank if the button should not be shown.</description>
</key>
<key name="notify-low-power" type="b">
<default>true</default>
<summary>Notify on a low power</summary>
<description>If a notification message should be displayed when the battery is getting low.</description>
</key>
<key name="info-history-graph-points" type="b">
<default>true</default>
<summary>Whether we should show the history data points</summary>
<description>Whether we should show the history data points in the statistics window.</description>
</key>
<key name="info-history-graph-smooth" type="b">
<default>true</default>
<summary>Whether we should smooth the history data</summary>
<description>Whether we should smooth the history data in the graph.</description>
</key>
<key name="info-history-type" type="s">
<default>'power'</default>
<summary>The default graph type to show for history</summary>
<description>The default graph type to show in the history window.</description>
</key>
<key name="info-history-time" type="i">
<default>21600</default>
<summary>The maximum time displayed for history</summary>
<description>The maximum duration of time displayed on the x-axis of the history graph.</description>
</key>
<key name="info-stats-graph-points" type="b">
<default>true</default>
<summary>Whether we should show the stats data points</summary>
<description>Whether we should show the stats data points in the statistics window.</description>
</key>
<key name="info-stats-graph-smooth" type="b">
<default>true</default>
<summary>Whether we should smooth the stats data</summary>
<description>Whether we should smooth the stats data in the graph.</description>
</key>
<key name="info-stats-type" type="s">
<default>'power'</default>
<summary>The default graph type to show for stats</summary>
<description>The default graph type to show in the stats window.</description>
</key>
<key name="info-page-number" type="i">
<default>0</default>
<summary>The index of the page number to show by default</summary>
<description>The index of the page number to show by default which is used to return focus to the correct page.</description>
</key>
<key name="info-last-device" type="s">
<default>''</default>
<summary>The ID of the last device selected</summary>
<description>The identifier of the last device which is used to return focus to the correct device.</description>
</key>
<key name="percentage-low" type="i">
<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 name="percentage-critical" type="i">
<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 name="percentage-action" type="i">
<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 name="time-low" type="i">
<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 name="time-critical" type="i">
<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 name="time-action" type="i">
<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 name="sleep-computer-battery" type="i">
<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.</description>
</key>
<key name="sleep-computer-ac" type="i">
<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.</description>
</key>
<key name="sleep-computer-ups" type="i">
<default>0</default>
<summary>Sleep timeout computer when on UPS</summary>
<description>The amount of time in seconds the computer on UPS power needs to be inactive before it goes to sleep.</description>
</key>
<key name="sleep-display-ac" type="i">
<default>1800</default>
<summary>Sleep timeout display when on AC</summary>
<description>The amount of time in seconds before the display goes to sleep when the computer is on AC power.</description>
</key>
<key name="sleep-display-battery" type="i">
<default>600</default>
<summary>Sleep timeout display when on battery</summary>
<description>The amount of time in seconds the computer on battery power needs to be inactive before the display goes to sleep.</description>
</key>
<key name="sleep-display-ups" type="i">
<default>600</default>
<summary>Sleep timeout display when on UPS</summary>
<description>The amount of time in seconds the computer on UPS power needs to be inactive before the display goes to sleep.</description>
</key>
<key name="enable-sound" type="b">
<default>true</default>
<summary>If sounds should be used</summary>
<description>If sounds should be used when the power is critically low, or inhibit requests have stopped the policy action.</description>
</key>
<key name="show-actions" type="b">
<default>true</default>
<summary>If preferences and statistics items should be shown in the context menu</summary>
</key>
<key name="icon-policy" enum="org.mate.power-manager.IconPolicy">
<default>'present'</default>
<summary>When to show the notification icon</summary>
<description>Display options for the notification icon.</description>
</key>
</schema>
</schemalist>
|