From fc6b1b84823278e134efaf56536ab58eb205de2c Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Sun, 22 Feb 2015 15:20:10 +0100 Subject: [PATCH] Support for national alphabets in 00-notify --- purple/answerscripts.d/00-notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purple/answerscripts.d/00-notify.sh b/purple/answerscripts.d/00-notify.sh index 6d0117d..504959f 100755 --- a/purple/answerscripts.d/00-notify.sh +++ b/purple/answerscripts.d/00-notify.sh @@ -1,4 +1,4 @@ #!/bin/sh #Show notification for each incomming message -which recode >/dev/null && ANSW_MSG="$(echo "$ANSW_MSG" | recode ascii..html)" +which recode >/dev/null && ANSW_MSG="$(echo "$ANSW_MSG" | recode ..html)" notify-send -i pidgin "$ANSW_PROTOCOL:$ANSW_R_NAME" "$ANSW_MSG" -- 2.30.2