View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#2
I really don't understand what you're saying here, but I'm going to guess you (or anyone else looking at this thread) have the same problem I did. When you long-hold the power button, powerlaunch goes to softpoweroff, but the screen immediately comes back on.

This problem seems to be caused by the fact that the power button is still held down when it gets to softpoweroff, and it interprets that as a new button press to wake it out of softpoweroff.

I solved it by putting a delay in, so you will have released the button before it gets to softpoweroff.

In /etc/powerlaunch/common.conf, change it to:
PHP Code:
powerkey_long timer_set powerkey_long2 1.0
powerkey_long2 
softpoweroff 
 

The Following User Says Thank You to Benson For This Useful Post: