Commit Graph

5 Commits

Author SHA1 Message Date
Daniel Drake
2937a09ead Use g_timeout_add_seconds() for power efficiency
This attempts to align second-granularity wakeups across the system,
reducing CPU wakeups a little.

I considered all timeouts of duration 1 second or greater, and moved
the non-timing-critical ones to g_timeout_add_seconds(). (Actually,
I didn't find any that I felt were timing-critical)
2008-12-18 19:56:08 +00:00
Marco Pesenti Gritti
10fa6ae4c5 Emit the completed signal on shutdown completion, not on client
disconnection. When shutting down with no activity running we
was not hitting completion. Fix #11
2008-11-29 13:56:13 +01:00
Marco Pesenti Gritti
9a827ead86 Enable maximum warnings.
A bunch of compile fixes.
2008-08-12 01:53:28 +02:00
Marco Pesenti Gritti
1672f410f3 Screwed up badly when changing gnome-session main_quit
to a signal. Argh.
2008-07-28 20:51:26 +02:00
Marco Pesenti Gritti
ffc7382084 Prefix the session server stuff with gsm, makes things a lot less confusing. 2008-06-06 21:39:50 +02:00