Hi. I wrote: > Please help us. An error is reported at > https://bugzilla.gnome.org/show_bug.cgi?id=631464 > ------------------------------------------------------------------------ > Sawfish 1.7.0 reports an error when choosing any of the > reboot/shutdown/suspend > menu items. > Error message: "Unbound variable: poweroff" > ------------------------------------------------------------------------
The answer: lisp expressions bound in menu are executed in 'user' module. So you need (user-require 'sawfish.wm.commands.poweroff). Teika (Teika kazura)
