Description of problem: kde-powermanagement is set to "suspend to ram when power button pressed". On powerbutton-press the system suspends. On resume it shuts down. Additional info: /etc/acpi/actions/power.sh checks for the process name using basically ps axo uid,cmd | awk '{print $2}' and compares $2 to kded4 but after the recent change the process name is actually: "kdeinit4: kded4 [kdeinit]" so the script only sees kdeinit4 and shuts the system down. Uncommenting the last four lines from /etc/profile.d/kde4.sh fixes this for me.
similar to bug #483417
fwiw, we've toggled enabling/disabling KDE_IS_PRELINKED due to other glibc/prelink related bugosities, see also bug #515539
Still an issue? -- Steven M. Parrish - KDE Triage Master - PackageKit Triager Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
this issue is already fixed in latest glibc