Good day, well i have this machine with Debian Etch and Icewm , when i press CTRL+ALT+DEL a menu pops up, Logout, Cancel and RestartIcewm are enabled but the others ( Restart, Turnoff and block session ) how can i enable them, i've been looking for the preferences file in ~/.icewm /preferences and this is what i found :


# Command to start logout
LogoutCommand="killall -u machine1"

# Command to cancel logout
LogoutCancelCommand=""

# Command to shutdown the system
ShutdownCommand="sudo poweroff "

# Command to reboot the system
RebootCommand="sudo shutdown -r now "


I've modified this lines but nothing happens, am i missing something ? Cheers