Main
Pruning the forum database.
There was a bugreport on e's tracker about that. The excecuted commands default to acpitool which is deprecated in most distributions.File /etc/enlightenment/sysactions.conf is supposed to be edited by the packager (or user)line 48: action: suspend /usr/bin/acpitool -s-> change to action: suspend /usr/bin/pm-suspendline 49: action: hibernate /usr/bin/acpitool -S-> change to: action: hibernate /usr/bin/pm-hibernate
Did you try putting the path as well, as in /usr/bin/pm-suspend, instead of merely pm-suspend?