Version: unspecified (using KDE 4.5.95) OS: Linux Every time I login to KDE, the "KDE Daemon -> Sleep" shortcut is reset back to the default. This is extremely nasty, since I have another functionality mapped to this button and when I press it I send my system to sleep by mistake. There was a similar bug (bug 229300) for this but for the "Increase Volume" shortcut, so maybe the cause is the same? Reproducible: Always Steps to Reproduce: In System Settings, go to "Shortcuts and Gestures", then "Global Keyboard Shortcuts", select "KDE Daemon" and search for "Sleep". Reconfigure the default shortcut (should be the "Sleep" button) to something else. Apply, logout of KDE and log back in. The shortcut has been reset back to the default.
Issue persists with KDE 4.6. I could really use some help on how to hardcode that key to "none" in the source code. Having the "Sleep" key available is very important for me. Pointers to where to look in the source code are more than welcome!
Issue still there in 4.6.1.
Still not fixed in 4.6.2.
Confirmed. I try to figure out the reason. Any hints are welcome.
(In reply to comment #4) > Confirmed. I try to figure out the reason. Any hints are welcome. It might be related to bug 229300.
Git commit b6087c028016409c73e8b96c3600369edc89817b by Björn Ruberg. Committed on 27/04/2011 at 07:14. Pushed by ruberg into branch 'KDE/4.6'. Fix global key shortcuts (powermanagement: suspend, hibernate, ...) being resetted to their default value at each login. BUG: 262908 M +5 -15 powerdevil/daemon/powerdevilcore.cpp http://commits.kde.org/kde-workspace/b6087c028016409c73e8b96c3600369edc89817b
Thanks for fixing this! It was driving me crazy putting the PC to sleep by mistake all the time. I've applied the patch to 4.6.2 and the issue is now fixed.
Git commit 9312179fbc5557dbdf191e0c19cc9773612baf8b by Björn Ruberg. Committed on 27/04/2011 at 07:14. Pushed by ruberg into branch 'master'. Fix global key shortcuts (powermanagement: suspend, hibernate, ...) being resetted to their default value at each login. BUG: 262908 M +5 -15 powerdevil/daemon/powerdevilcore.cpp http://commits.kde.org/kde-workspace/9312179fbc5557dbdf191e0c19cc9773612baf8b
That was an easy one - as long as the fix does not introduce a new bug. But I couldn't find one. This fix will hit KDE 4.6.3
*** Bug 270379 has been marked as a duplicate of this bug. ***
*** Bug 272813 has been marked as a duplicate of this bug. ***