Bugzilla – Bug 681126
Don't work reboot/shutdown in Icewm
Last modified: 2012-03-09 14:34:04 UTC
User-Agent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.7.62 Version/11.01 Don't work reboot/shutdown in Icewm because commands for these actions used params from HAL, which was deleted by default in 11.4 release. Config now contain stings: cat /etc/icewm/preferences | egrep 'Shutdown|Reboot' ShutdownCommand="dbus-send --system --dest=org.freedesktop.Hal --type=method_call --print-reply /org/freedesktop/Hal/devices/computer org.freedesktop.Hal.Device.SystemPowerManagement.Shutdown" RebootCommand="dbus-send --system --dest=org.freedesktop.Hal --type=method_call --print-reply /org/freedesktop/Hal/devices/computer org.freedesktop.Hal.Device.SystemPowerManagement.Reboot" Reproducible: Always Steps to Reproduce: 1. 2. 3. I replaced these strings on next: cat /home/sauron/.icewm/preferences | egrep 'Shutdown|Reboot' ShutdownCommand="dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop" RebootCommand="dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart" ...and all works correctly.
Thanks for the bugreport with fix included :).
I forgot to close this.