GNOME Bugzilla – Bug 354432
Seahorse should be asleep when no user interaction
Last modified: 2006-12-21 19:29:32 UTC
Currently seahorse wakes up to poll constantly. See: $ strace -e poll seahorse This is probably due to timeouts. We should find ways of keeping it asleep until some user interaction wakes it. This will save power for laptop users. The same applies to seahorse-daemon (although it may be harder to fix there).
Federico Mena-Quintero recently posted on p.g.o about finding places that were causing excess polling. I'll append the link here for future debugging. http://primates.ximian.com/~federico/news-2006-09.html#polling
Fixed. 2006-12-21 Nate Nielsen <nielsen@memberwebs.com> * agent/seahorse-agent-cache.c: * agent/seahorse-agent-main.c: * daemon/seahorse-daemon.c: * libseahorse/Makefile.am: * libseahorse/seahorse-unix-signal.c: * libseahorse/seahorse-unix-signal.h: Stop copious polling in the background Fixes bug #354432