Comment 4 for bug 1054299

Revision history for this message
Steve Langasek (vorlon) wrote : Re: screensaver doesn't hide screen during unsuspend

Tormod,

There is no backgrounding of the xscreensaver-command in the /usr/share/acpi-support/screenblank that we ship:

if [ `pidof xscreensaver` ]; then
        su $user -c "(xscreensaver-command -throttle)"
                if [ x$LOCK_SCREEN = xtrue ]; then
                su $user -c "(xscreensaver-command -lock)"
        fi

I don't see any bug in acpi-support. Can you please check that you're using an unmodified package?