1 https://www.illumos.org/issues/12270 - Don't try to suspend or hibernate system by default - illumos often can't wake up from sleep.
3 --- mate-power-manager-1.22.1/data/org.mate.power-manager.gschema.xml.in.~4~ 2020-02-14 14:03:18.463482241 +0000
4 +++ mate-power-manager-1.22.1/data/org.mate.power-manager.gschema.xml.in 2020-02-14 14:07:08.889722587 +0000
7 <schema id="org.mate.power-manager" path="/org/mate/power-manager/">
8 <key name="action-sleep-type-battery" enum="org.mate.power-manager.ActionType">
9 - <default>'hibernate'</default>
10 + <default>'nothing'</default>
11 <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
12 <description>The type of sleeping that should be performed when the computer is inactive.</description>
15 <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>
17 <key name="action-sleep-type-ac" enum="org.mate.power-manager.ActionType">
18 - <default>'suspend'</default>
19 + <default>'nothing'</default>
20 <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
21 <description>The type of sleeping that should be performed when the computer is inactive.</description>
24 <description>The action to take when the UPS is critically low.</description>
26 <key name="action-low-ups" enum="org.mate.power-manager.ActionType">
27 - <default>'hibernate'</default>
28 + <default>'nothing'</default>
29 <summary>UPS low power action</summary>
30 <description>The action to take when the UPS is low.</description>
33 <description>The action to take when the system power button is pressed.</description>
35 <key name="button-lid-battery" enum="org.mate.power-manager.ActionType">
36 - <default>'suspend'</default>
37 + <default>'nothing'</default>
38 <summary>Laptop lid close action on battery</summary>
39 <description>The action to take when the laptop lid is closed and the laptop is on battery power.</description>
41 <key name="button-lid-ac" enum="org.mate.power-manager.ActionType">
42 - <default>'suspend'</default>
43 + <default>'nothing'</default>
44 <summary>Laptop lid close action when on AC</summary>
45 <description>The action to take when the laptop lid is closed and the laptop is on AC power.</description>