##################################################################### # 2019/03/12 - PsychOS 3.3.8 - Upgrading xfce4-power-manager issues # ##################################################################### After upgrading only 'xfce4-power-manager' to try to get an icon back into the Notification Area, suspend on lid close stopped working. A work-around for now: "/etc/acpi/events/lid": event = button/lid event = /etc/acpi/actions/lid_suspend.sh %e "/etc/acpi/actions/lid_suspend.sh" #!/bin/bash if [ "$3" = "close" ]; then /usr/sbin/pm-suspend fi Make sure to 'chmod +x' them both. However, I still haven't figured-out a way to get the screen to lock before suspending.