summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2023-01-04 13:41:31 +0100
committerFelipe Borges <felipeborges@gnome.org>2023-01-17 11:55:32 +0100
commitf71fb47c3f783f3405bd910e1e170dc5e1f10e7c (patch)
tree9e1da2f45a8849c9192f84ea0e5dabc522c42f29 /data/org.gnome.settings-daemon.plugins.power.gschema.xml.in
parent0ad4e34c54d848481adeabb46ff8c78789daf1b9 (diff)
downloadgnome-settings-daemon-power-respect-nothing-power-button-action-for-vms.tar.gz
power: Respect the "nothing" power-button-action for VMspower-respect-nothing-power-button-action-for-vms
There are use-cases when one wants to forcefully make the guest ignore poweroff requests from the hypervisor. See https://bugzilla.redhat.com/2062051 See also https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/46
Diffstat (limited to 'data/org.gnome.settings-daemon.plugins.power.gschema.xml.in')
-rw-r--r--data/org.gnome.settings-daemon.plugins.power.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in
index 04b287bd..e1a8787b 100644
--- a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in
+++ b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in
@@ -39,7 +39,7 @@
<key name="power-button-action" enum="org.gnome.settings-daemon.GsdPowerButtonActionType">
<default>'suspend'</default>
<summary>Power button action</summary>
- <description>The action to take when the system power button is pressed. This action is hard-coded (and the setting ignored) on virtual machines (power off) and tablets (suspend).</description>
+ <description>The action to take when the system power button is pressed. Virtual machines only honor the 'nothing' action, and will shutdown otherwise. Tablets always suspend, ignoring all the other action options.</description>
</key>
<key name="power-saver-profile-on-low-battery" type="b">
<default>true</default>