Ubuntu - 通知和声音

时间:2016-09-24 09:55:19

标签: linux bash ubuntu sh notify-send

我每天下午16点尝试收到通知+声音。 这是工作,但在那之后,我失去了声音。我必须重新启动计算机。

cron:

00 16 * * * /bin/bash /home/user/mynotifications.sh

mynotifications.sh:

#!/bin/sh

/usr/bin/spd-say "Hey, it's 16 PM !" -l "fr" -t "male2"
/usr/bin/notify-send -i     /usr/share/icons/Adwaita/256x256/status/trophy-gold.png "Notification title" "Notification message"

这里有什么问题?

0 个答案:

没有答案