Hi,

kpowersave contains the following code:

case SCREENLOCK:
        if (signal.startsWith("global.suspend2disk")){
                emit lockscreen();
        }
        else if (signal.startsWith("global.suspend2ram")){
              emit lockscreen();
        }
        else if (signal.startsWith("global.standby")){
              emit lockscreen();
        }
        break;


Why do we only lock the screen on suspend events? Any special reason for
this? I configured the sleep button to lock the screen and kpowersave does
nothing. I suggest locking it always when receiving a screenlock signal
because the daemon counts on this fact.

Greetings,
        Holger
_______________________________________________
powersave-devel mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/powersave-devel

Reply via email to