Q:
Ubuntu12.04でサスペンドにならないようにするには。
A:
/usr/share/polkit-1/actions/org.freedesktop.upower.policy
<action id=”org.freedesktop.upower.suspend”>
<description>Suspend the system</description>
・省略
・
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active> →noにしてください。
</defaults>
</action>
投稿日時: 2013.11.05