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?
Tormod,
There is no backgrounding of the xscreensaver- command in the /usr/share/ acpi-support/ screenblank that we ship:
if [ `pidof xscreensaver` ]; then command -throttle)" command -lock)"
su $user -c "(xscreensaver-
if [ x$LOCK_SCREEN = xtrue ]; then
su $user -c "(xscreensaver-
fi
I don't see any bug in acpi-support. Can you please check that you're using an unmodified package?