cleanup. mostly notes, not code
[ozzloy@gmail.com/oble] / NOTES
CommitLineData
124727d2 1(screensaver activation and deactivation) has 2 managers right now. oble and
2gnome-screensaver have independent criteria for activation and deactivation.
3oble relies only on time since face detected, gss relies on time since keyboard
4or mouse state change. this causes annoying problems.
5 * example: gss activates screensaver on timeout even though face is clearly
6 detected the whole time.
7 * workaround: make gss timeout be as long as possible
8there are other problems.
9the real fix is to combine the two. user activity should be any of {keyboard,
10mouse, face detection}.