:: Re: [DNG] suspend
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Mitt Green
Fecha:  
A: dng
Asunto: Re: [DNG] suspend
Boruch Baum wrote:‎

> I don't yet have a working solution for 'switch-users',
> 'shutdown', or 'restart'.


Try these:
create /etc/polkit-1/localauthority/50-local.d/‎consolekit.pkla and with the content: 

----------

[restart]
Identity=unix-user:* 
Action=org.freedesktop.consolekit.system.restart 
ResultAny=yes 

[stop] 
Identity=unix-user:* 
Action=org.freedesktop.consolekit.system.stop 
ResultAny=yes

----------



/ Mitt