[Debian-eeepc-devel] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 0389bdfb93ccbdf4694afe8df016a09e5df38de5
Nico Golde
nion at debian.org
Sun Mar 2 16:26:37 UTC 2008
The following commit has been merged in the master branch:
commit 0389bdfb93ccbdf4694afe8df016a09e5df38de5
Author: Nico Golde <nion at debian.org>
Date: Sun Mar 2 17:26:46 2008 +0100
add kill before aosd_cat call and fix changelog, thanks ecc
diff --git a/actions/hotkey.sh b/actions/hotkey.sh
index 845f7b5..31e9176 100755
--- a/actions/hotkey.sh
+++ b/actions/hotkey.sh
@@ -14,6 +14,7 @@ notify() {
user=$(who | sed -n '/ (:0[\.0].*)$\| :0 /{s/ .*//p;q}')
XAUTHORITY=/home/$user/.Xauthority
[ -f $XAUTHORITY ] && export XAUTHORITY
+ killall -q aosd_cat
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" &
else
diff --git a/debian/changelog b/debian/changelog
index 8466c70..576d639 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +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.
+ * Start aosd_cat in the background and kill aosd_cat before each new call
+ to avoid output that it is lagging 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