Version: unspecified (using KDE 4.4.5) OS: FreeBSD Although the config file defaults to the correct shutdown/restart commands they are not explicitly set and the kcontrol module defaults to the wrong commands. Reproducible: Always Steps to Reproduce: Using the default kdmrc file open the kcontrol "Login Manager" module. Look at the "Shutdown" tab. Actual Results: For halt: "/sbin/halt" For restart: "/sbin/reboot" Expected Results: (Under FreeBSD) For halt: "/sbin/shutdown -p now" For restart: "/sbin/shutdown -r now" - This is related to bug report #214963 - See kcontrol/kdm/kdm-shut.cpp:204 for the location where the default for the module is set. - See kdm/config.def for the appropriate defaults.
SVN commit 1189444 by ossi: use correct default for halt & reboot commands BUG: 250989 FIXED-IN: 4.6 M +3 -0 CMakeLists.txt M +6 -4 kdm-shut.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1189444