В XFCE не активны кнопки выключения/перезагрузки компа. Вот ЭТА рекомендация не работает, опробовано.
Код: Выделить всё
user hostname = NOPASSWD: /opt/xfce4/libexec/xfsm-shutdown-helper
Как решить?
Модератор: Модераторы разделов
Код: Выделить всё
user hostname = NOPASSWD: /opt/xfce4/libexec/xfsm-shutdown-helper
How to shutdown and reboot from Xfce
Make sure that DBus and HAL are enabled in the DAEMONS line in /etc/rc.conf. Then add your normal user to the power group:
# gpasswd -a USER power
Note: This group is only used by HAL, so you still need root privileges for shutting down the system via command line (halt/poweroff/shutdown).