First, your user must be allowed to shut down the system. Do it editing /etc/sudoers (a glance at man should help). We don't focus the edition of sudoers here. Then, add to you rc.xml (making backup of it first, always): <keybind key="C-A-Delete" chroot="true"> <keybind key="r"> <action name="Execute"> <prompt>Reiniciar o sistema?</prompt> <execute>reboot</execute> </action> </keybind> <keybind key="x"> <action name="Execute"> <prompt>Desligar o sistema?</prompt> <execute>poweroff</execute> </action> </keybind> ...
Impressões argutas sobre o mundo.