Shutdown applet is not working

Bruno Jesus XFCE myxfce at gmail.com
Mon Aug 21 19:33:32 CEST 2006


On 8/21/06, Ivan Avery Frey <ivan.frey at utoronto.ca> wrote:
> I've managed to bork my shutdown applet in Debian unstable system. All I can do
> is quit the panel, but I'm forced to used Ctrl-Alt-Bksp to logout.
>
>  From what I can tell xfce4-session is supposed to provide the capability to
> shutdown. And it used to work so nice before.

Be sure that the current user has the power to shutdown with sudo and
also xfsm-shutdown helper.

root at melquior:~# cat /etc/sudoers
root    ALL=(ALL) ALL

bruno ALL=(ALL) NOPASSWD: /sbin/shutdown,/usr/sbin/xfsm-shutdown-helper
root at melquior:~#

Bruno is my current user in this case, you should also specify a group
of user adding a % before the group name like this.

root at melquior:~# cat /etc/sudoers
root    ALL=(ALL) ALL

%admin ALL=(ALL) NOPASSWD: /sbin/shutdown,/usr/sbin/xfsm-shutdown-helper
root at melquior:~#

> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> http://foo-projects.org/mailman/listinfo/xfce
> http://www.xfce.org
>



More information about the Xfce mailing list