add the PolicyKit action org.freedesktop.devicekit.power.hibernate

This commit is contained in:
Richard Hughes 2008-07-24 17:41:14 +01:00
parent 058834be91
commit 4398839de1

View file

@ -20,8 +20,18 @@ file are instantly applied.
<icon_name>system-suspend</icon_name>
<action id="org.freedesktop.devicekit.power.suspend">
<_description>Suspend the system to RAM</_description>
<_message>Authentication is required to suspend to system</_message>
<_description>Suspend the system</_description>
<_message>Authentication is required to suspend the system</_message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="org.freedesktop.devicekit.power.hibernate">
<_description>Hibernate the system</_description>
<_message>Authentication is required to hibernate the system</_message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>