:: Re: [DNG] suspend
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Mitt Green
Date:  
À: dng
Sujet: 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