:: Re: [DNG] suspend
Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Mitt Green
Ημερομηνία:  
Προς: dng
Αντικείμενο: 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