This is E17-Light on an intel notebook
I did the following as instructed by Smurfslover and suspend works now from system menu (thanks

):
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-suspend
line 49: action: hibernate /usr/bin/acpitool -S
-> change to: action: hibernate /usr/bin/pm-hibernate
Under
Settings > Advanced > acpi bindings I have selected suspend when laptop lid closed. Not working so I'm wondering how to add the pm-suspend as a command properly. What is the correct syntax to place into the "command" option under acpi bindings?