Hi Sebas, thx for response. Getting my laptop keys to work, as written from you? in the guidance information, this would be the only way? to use the dcop interface?
Just for the record: the strace from the above command: attached in the file and a script for using the standby, etc. keys (it`s yours if irc) #!/bin/bash PM=`dcopfind -a 'power-manager-*'` if [ $? != 0 ] then exit 1 fi case $0 in *suspend*) dcop $PM power-manager suspend ;; *hibernate*) dcop $PM power-manager hibernate ;; *) dcop $PM power-manager showTip ;; esac but dcop power-manager power-manager suspend is of course also not working. Any hints getting these buttons to work without dcop? ** Attachment added: "strace log" http://librarian.launchpad.net/6166266/pm.log -- dcop power-manager command results in endless loop doing nothing https://launchpad.net/bugs/82997 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs