Home / Geral / Desabilitando a função de suspender e hibernar no Ubuntu
Geral

Desabilitando a função de suspender e hibernar no Ubuntu

Jogo rápido, edite o arquivo /usr/share/polkit-1/actions/org.freedesktop.upower.policy e procure pelas entradas
<description>Suspend the system</description> <allow_active>yes</allow_active> <description>Hibernate the system</description> <allow_active>yes</allow_active> e mude para que fique da seguinte forma <description>Suspend the system</description> <allow_active>no</allow_active> <description>Hibernate the system</description> <allow_active>no</allow_active>
A

Escrito por Admin

Autor e especialista em tecnologia publicando reflexões e conhecimentos sobre inovação e desenvolvimento.

← Post Anterior Instalando Montain Lion 10.8 usando Unibeast e Multibeast na Gibabyte B75M-D3 Próximo Post → Preview de imagens antes do upload usando Jquery