You are not logged in.
is there a way to configure xdm so a normal user can shutdown the system ?
if not, is there a way to do it with xfce4 ?
Offline
is there a way to configure xdm so a normal user can shutdown the system ?
if not, is there a way to do it with xfce4 ?
As of xfce4 4.2 you can. What to do?
pacman -S sudo
visudo:
add the line:
%users <host>=NOPASSWD: /opt/xfce4/libexec/xfsm-shutdown-helper
where <host> name is your hostname
This way you'll unlock the grayed buttons in the logout dialog.
and you will have to have xfce4 controlled by xfce4-seesion, which should
be the standard
-neri
Offline
Actually it doesn't have anything to do with xdm, it's the permissions of the shutdown and reboot comands that prevent users from shutdown/reboot.
Offline
installing sudo and editing /etc/sudoers solved it
thank you for your help
Offline