|
From: <pwe...@a-...> - 2010-03-08 19:05:44
|
Hi, Just noticed a small problem with the (old) illume: when X blanks the screen it immediately gets unblanked. After some digging I found that since r46726 e_pwr_init_done() doesn't get called any more. Causing e_pwr.c to think it's still in some init phase, and thus send a fake Shift_L key press when the screensaver kicks in. Attached is a small patch that just calls e_pwr_init_done() at the end of e_pwr_init(). Maybe not intended place for it, but at least it fixes the problem. Regards, Peter -- Bell Labs Unix -- Reach out and grep someone. |