notify-send不能从cron工作

时间:2017-05-22 11:05:51

标签: notifications cron ubuntu-14.04 crontab

* * * * * export DISPLAY=:0.0 && usr/bin/notify-send "Hello world!"

我将上面的命令添加到crontab,notify-send正在从终端工作但不是从cron工作。还检查了日志,它每分钟工作但没有显示通知。

1 个答案:

答案 0 :(得分:1)

不确定为什么但这有效。而是调用notify-send directed在脚本中添加了。

* * * * * export DISPLAY=:0.0 && /bin/sh /home/notifyCustom.sh