[Debian-eeepc-devel] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. d7bd4588f2ab4744a9c878b85c10338efd91303c

Nico Golde nion at debian.org
Sun Mar 2 13:25:44 UTC 2008


The following commit has been merged in the master branch:
commit d7bd4588f2ab4744a9c878b85c10338efd91303c
Author: Nico Golde <nion at debian.org>
Date:   Sun Mar 2 13:21:42 2008 +0100

    start aosd_cat in background

diff --git a/actions/hotkey.sh b/actions/hotkey.sh
index 9f5f076..845f7b5 100755
--- a/actions/hotkey.sh
+++ b/actions/hotkey.sh
@@ -15,9 +15,9 @@ notify() {
 	XAUTHORITY=/home/$user/.Xauthority
 	[ -f $XAUTHORITY ] && export XAUTHORITY
 	if [ -n "$2" -a -z "$(echo $2 | sed 's/[0-9]//g')" ]; then
-		echo "$@%" | aosd_cat -f 0 -u 100 -o 0 -n "$OSD_FONT"
+		echo "$@%" | aosd_cat -f 0 -u 100 -o 0 -n "$OSD_FONT" &
 	else
-		echo "$@" | aosd_cat -n "$OSD_FONT" -f 100 -u 1000 -o 100
+		echo "$@" | aosd_cat -n "$OSD_FONT" -f 100 -u 1000 -o 100 &
 	fi
     else
 	echo "$@" > /dev/console
diff --git a/debian/changelog b/debian/changelog
index c231350..8466c70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 eeepc-acpi-scripts (1.1) unstable; urgency=low
 
   * Change hotkey.sh shell to bash since it makes use of bashisms.
+  * Start aosd_cat in the background to avoid output that is lacking
+    behind on long key presses.
 
  -- Nico Golde <nion at debian.org>  Sat, 01 Mar 2008 17:11:08 +0100
 

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-devel mailing list