From 94c6f646f53a6572cf4357c34415d531ab8b3265 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 31 Dec 2013 16:51:11 -0500 Subject: [PATCH] Don't call espeak directly. --- org-mode-appt-check.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-mode-appt-check.plx b/org-mode-appt-check.plx index 58242ee..83e3a08 100755 --- a/org-mode-appt-check.plx +++ b/org-mode-appt-check.plx @@ -99,7 +99,7 @@ while (my $line = ) { print $fh "You have an appointment at $start: $rest\n"; $fh->close(); system('/home/bkuhn/bin/myosd', $fname); - system("/usr/bin/espeak", '-p', '45', '-s', '130', '-f', $fname) + system("/home/bkuhn/bin/myspeakbyfile", $fname) unless -f "$ENV{HOME}/.silent-running"; system('/usr/bin/notify-send', '-u', 'critical', '-t', '300000', 'Appointment', "You have an appointment at $start: $rest");