Comment 2 for bug 893271

Revision history for this message
Brad Evans (brad-of-ottawa) wrote :

I found the problem in the script ..

/usr/share/acpi-support/power-funcs

I think that in line 9 ..

user=$(who | awk "/:$displaynum)/ { print \$1; exit }")

.. should be ...

user=$(who | awk "/:$displaynum/ { print \$1; exit }")