[Bug 893271] Re: /etc/acpi/screenblank.sh shows awk syntax error

2012-03-03 Thread Launchpad Bug Tracker
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

[Bug 893271] Re: /etc/acpi/screenblank.sh shows awk syntax error

2012-03-02 Thread Launchpad Bug Tracker
** 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:

[Bug 893271] Re: /etc/acpi/screenblank.sh shows awk syntax error

2011-11-23 Thread Steve Langasek
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; exit })

[Bug 893271] Re: /etc/acpi/screenblank.sh shows awk syntax error

2011-11-21 Thread Brad Evans
-- 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:

[Bug 893271] Re: /etc/acpi/screenblank.sh shows awk syntax error

2011-11-21 Thread Brad Evans
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 of