Autore: Mitt Green
Data:
To: dng
Oggetto: 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