This bug was fixed in the package acpi-support - 0.139
---
acpi-support (0.139) precise; urgency=low
* lib/power-funcs: adjust getXuser and getXconsole to use consolekit
instead of ps/who to identify the "foreground" session and the owner
of a given X session, since lightdm
** Branch linked: lp:acpi-support
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/893271
Title:
/etc/acpi/screenblank.sh shows awk syntax error
To manage notifications about this bug go to:
https://b
On Mon, Nov 21, 2011 at 08:11:33PM -, Brad Evans 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; exi
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 }")
--
You received this bug notification because you are a member o
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/893271
Title:
/etc/acpi/screenblank.sh shows awk syntax error
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ac