--- gpm-idle.c.org 2009-04-18 19:11:14.000000000 +0200 +++ gpm-idle.c 2009-06-10 03:29:15.350792633 +0200 @@ -237,7 +237,7 @@ } /* only do the sleep timeout when the session is idle */ - if (is_idle) { + if (TRUE) { if (idle->priv->timeout_sleep_id == 0) { egg_debug ("setting up sleep callback = %i", idle->priv->timeout_blank); idle->priv->timeout_sleep_id = g_timeout_add_seconds (idle->priv->timeout_sleep, (GSourceFunc) gpm_idle_sleep_cb, idle);