-=| Trent W. Buck, Tue, Apr 13, 2010 at 09:17:49PM +1000 |=- > Damyan Ivanov <[email protected]> writes: > > Can you try with the following patch applied? > > > > diff --git a/etc/acpi/lib/notify.sh b/etc/acpi/lib/notify.sh > > index b476b53..d602e91 100644 > > --- a/etc/acpi/lib/notify.sh > > +++ b/etc/acpi/lib/notify.sh > > @@ -12,7 +12,8 @@ notify() { > > echo "$MSG" # for /var/log/acpid > > > > if [ ! -S /tmp/.X11-unix/X0 ]; then > > - echo "$MSG" > /dev/console > > + # echo's behaviour wrt "\r" is shell-dependent > > + printf "$MSG\r\n" > /dev/console > > return > > fi > > This fixes things in screen, and doesn't seem to break things outside of > screen. Thanks.
Thanks for testing. Patch applied to Git.
signature.asc
Description: Digital signature
_______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
